Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkLayout *gtkobj();
-
-
const GtkLayout *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Layout();
-
-
emitable signal void Gtk_Adjustment *,Gtk_Adjustment *(set_scroll_adjustments);
-
-
Gtk_Layout();
-
-
Gtk_Layout(Gtk_Adjustment &hadjustment,Gtk_Adjustment &vadjustment);
-
-
void put(Gtk_Widget &widget,gint x,gint y);
-
-
void move(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();
-
-
Gtk_Adjustment *get_hadjustment()const;
-
-
Gtk_Adjustment *get_vadjustment()const;
-
-
void set_hadjustment(Gtk_Adjustment *hadj=0);
-
-
void set_vadjustment(Gtk_Adjustment *vadj=0);
-
-
void set_hadjustment(Gtk_Adjustment &hadj);
-
-
void set_vadjustment(Gtk_Adjustment &vadj);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Layout(GtkLayout *castitem);
-
-
virtual void set_scroll_adjustments_impl(Gtk_Adjustment *p0,Gtk_Adjustment *p1);
-
Private member index:
-
-
-
Gtk_Layout(const Gtk_Layout &);
-
-
Gtk_Layout &operator =(const Gtk_Layout &);
-
|