Class Index | Cross Index | Namespace Index |
Base class for Gtk::HButtonBox and Gtk::VButtonBox.
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 | (); |
The internal padding of a button is the amount of space between the outside of the button and the widget it contains.
The internal padding of a button is the amount of space between the outside of the button and the widget it contains.
ipad_x: The horizontal padding that should be used by each button the widget.ipad_y: The vertical padding that should be used by each button the widget.
min_width: A default width for buttons in the widget.min_height: A default height for buttons in the widget.
min_width: Minimum default width for child buttons.min_height: Minimum default height for child buttons.
layout_style: The new layout style. Can be one of GTK_BUTTONBOX_DEFAULT_STYLE, GTK_BUTTONBOX_SPREAD, GTK_BUTTONBOX_EDGE, GTK_BUTTONBOX_START, GTK_BUTTONBOX_END
spacing: The number of pixels of spacing.