GtkButtonBox

GtkButtonBox — a parent class for GtkHButtonBox and GtkVButtonBox.

Synopsis

class GtkButtonBox GtkBox
{
    bbox_spacing;            // gint              : Read / Write 
    child_ipad_x;            // gint              : Read / Write 
    child_ipad_y;            // gint              : Read / Write 
    child_min_height;        // gint              : Read / Write 
    child_min_width;         // gint              : Read / Write 
    layout_style;            // GtkButtonBoxStyle : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkBox<--GtkButtonBox

Child Classes

GtkHButtonBox GtkVButtonBox

Methods

get_child_ipadding ()
get_child_size ()
get_layout ()
get_spacing ()
set_child_ipadding (ipad_x, ipad_y)
set_child_size (min_width, min_height)
set_layout (layout_style)
set_spacing (spacing)

Related Functions

gtk_button_box_get_child_ipadding_default ()
gtk_button_box_get_child_size_default ()
gtk_button_box_get_type () -- replaces GTK_TYPE_BUTTON_BOX
gtk_button_box_set_child_ipadding_default (ipad_x, ipad_y)
gtk_button_box_set_child_size_default (min_width, min_height)

Example

See the Button Box example in the Example Code Appendix.