GtkBox

GtkBox — a parent class for GtkHBox and GtkVBox.

Synopsis

class GtkBox GtkContainer
{
    homogeneous;        // gboolean : Read / Write 
    spacing;            // gint     : Read / Write 
}
     

Parent Classes

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

Child Classes

GtkButtonBox GtkHBox GtkVBox

Methods

get_box_children ()
pack_end (child, expand, fill, padding)
pack_end_defaults (widget)
pack_start (child, expand, fill, padding)
pack_start_defaults (widget)
query_child_packing (child)
reorder_child (child, position)
set_child_packing (child, expand, fill, padding, pack_type)
set_homogeneous (homogeneous)
set_spacing (spacing)

Related Functions

gtk_box_get_type () -- replaces GTK_TYPE_BOX