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_layout ()
get_spacing ()
set_child_ipadding (ipad_x, ipad_y)
set_child_size (min_width, min_height)
set_layout (layout_style)
set_spacing (spacing)

Example

See the Button Box example in the Example Code Appendix.

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.