| Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Container
Derived by:
Gtk::HPaned
Gtk::VPaned
#include <gtk--/paned.h>
public function member index: |
||
| Paned | (); | |
| void | add1 | (Widget& child); |
| void | add2 | (Widget& child); |
| Widget* | get_child1 | () const; |
| guint | get_child1_resize | () const; |
| guint | get_child1_shrink | () const; |
| Widget* | get_child2 | () const; |
| guint | get_child2_resize | () const; |
| guint | get_child2_shrink | () const; |
| guint16 | get_gutter_size | () const; |
| guint16 | get_handle_size | () const; |
| GtkPaned* | gtkobj | (); |
| const GtkPaned* | gtkobj | () const; |
| static bool | isA | (Object* object); |
| void | pack1 | (Widget& child, gint resize, gint shrink); |
| void | pack2 | (Widget& child, gint resize, gint shrink); |
| void | set_gutter_size | (guint16 size); |
| void | set_handle_size | (guint16 size); |
| void | set_position | (gint position); |
| virtual | ~Paned | (); |