| Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Box
Derived by:
Gtk::HButtonBox
Gtk::VButtonBox
#include <gtk--/buttonbox.h>
public function member index: |
||
| gint | get_child_ipadding_default_x | () const; |
| gint | get_child_ipadding_default_y | () const; |
| gint | get_child_ipadding_x | () const; |
| gint | get_child_ipadding_y | () const; |
| gint | get_child_size_default_height | () const; |
| gint | get_child_size_default_width | () const; |
| gint | get_child_size_height | () const; |
| gint | get_child_size_width | () const; |
| GtkButtonBoxStyle | get_layout | () const; |
| gint | get_spacing | () const; |
| GtkButtonBox* | gtkobj | (); |
| const GtkButtonBox* | gtkobj | () const; |
| static bool | isA | (Object* object); |
| void | set_child_ipadding | (gint ipad_x, gint ipad_y); |
| static void | set_child_ipadding_default | (gint ipad_x, gint ipad_y); |
| void | set_child_size | (gint min_width, gint min_height); |
| static void | set_child_size_default | (gint min_width, gint min_height); |
| void | set_layout | (GtkButtonBoxStyle layout_style); |
| void | set_layout_spacing | (GtkButtonBoxStyle layout, gint spacing); |
| void | set_spacing | (gint spacing); |
| virtual | ~ButtonBox | (); |