Public member index:
-
Gtk_Paned();
-
-
Gtk_Paned(GtkPaned *castitem);
-
-
void add1(const Gtk_Widget &child);
-
-
void add2(const Gtk_Widget &child);
-
-
void add1(const Gtk_ObjectHandle <Gtk_Widget > &child);
-
-
void add2(const Gtk_ObjectHandle <Gtk_Widget > &child);
-
-
void set_handle_size(guint16 size);
-
-
void set_gutter_size(guint16 size);
-
-
void pack1(const Gtk_Widget &child,bool resize,bool shrink);
-
-
void pack2(const Gtk_Widget &child,bool resize,bool shrink);
-
-
void pack1(const Gtk_ObjectHandle <Gtk_Widget > &child,bool resize,bool shrink);
-
-
void pack2(const Gtk_ObjectHandle <Gtk_Widget > &child,bool resize,bool shrink);
-
-
void set_position(gint position);
-
-
bool get_child1_shrink()const;
-
-
bool get_child2_shrink()const;
-
-
bool get_child1_resize()const;
-
-
bool get_child2_resize()const;
-
-
guint16 get_handle_size()const;
-
-
guint16 get_gutter_size()const;
-
-
const Gtk_Widget *get_child1()const;
-
-
const Gtk_Widget *get_child2()const;
-
-
GtkPaned *gtkobj();
-
-
const GtkPaned *gtkobj()const;
-
-
static bool isGtkPaned(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
Private member index:
-
-
-
GtkType get_type();
-
-
-
|