Public member index:
-
Gtk_Layout(Gtk_Adjustment &hadjustment,Gtk_Adjustment &vadjustment);
-
-
Gtk_Layout(GtkLayout *castitem);
-
-
void put(const Gtk_Widget &widget,gint x,gint y);
-
-
void move(const Gtk_Widget &widget,gint x,gint y);
-
-
void set_size(guint width,guint height);
-
-
void freeze();
- These disable and enable moving and repainting the scrollingwindow of the GtkLayout, respectively. If you want to update thelayout's offsets but do not want it to repaint itself, you shoulduse these functions.
-
void thaw();
-
-
const Gtk_Adjustment *get_hadjustment()const;
-
-
const Gtk_Adjustment *get_vadjustment()const;
-
-
Gtk_Adjustment *get_hadjustment();
-
-
Gtk_Adjustment *get_vadjustment();
-
-
void set_hadjustment(Gtk_Adjustment &hadj);
-
-
void set_vadjustment(Gtk_Adjustment &hadj);
-
-
GtkLayout *gtkobj();
-
-
const GtkLayout *gtkobj()const;
-
-
static bool isGtkLayout(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
-
Private member index:
-
-
-
GtkType get_type();
-
|