Public member index:
-
Gtk_ScrolledWindow(Gtk_Adjustment &hadjustment,Gtk_Adjustment &vadjustment);
- Little restriction over gtk+ here : you have to specify either
-
Gtk_ScrolledWindow();
-
-
Gtk_ScrolledWindow(GtkScrolledWindow *castitem);
-
-
void set_hadjustment(Gtk_Adjustment &hadjustment);
-
-
void set_vadjustment(Gtk_Adjustment &vadjustment);
-
-
const Gtk_Adjustment *get_hadjustment()const;
-
-
const Gtk_Adjustment *get_vadjustment()const;
-
-
void set_policy(GtkPolicyType hscrollbar_policy,GtkPolicyType vscrollbar_policy);
-
-
void set_placement(GtkCornerType window_placement);
-
-
void add_with_viewport(const Gtk_Widget &child);
-
-
const Gtk_HScrollbar *get_hscrollbar()const;
-
-
const Gtk_VScrollbar *get_vscrollbar()const;
-
-
GtkScrolledWindow *gtkobj();
-
-
const GtkScrolledWindow *gtkobj()const;
-
-
static bool isGtkScrolledWindow(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
-
-
-
Private member index:
-
-
-
GtkType get_type();
-
|