   #home GTK Classes GtkBin::child GtkBox::pack_start

      GTK Classes
   Prev  GtkBox  Next
     _________________________________________________________________

GtkBox

     Base class for box containers.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkContainer
               `-- GtkBox

Description

     GtkBox is a base class providing box containers GtkHBox and GtkVBox
     with properties and methods for packing any number of child
     widgets.

     Note that GtkBox is an abstract class and cannot be constructed
     directly.

     See also: GtkBin, GtkBoxChild, GtkContainer, GtkTable.

Methods

   pack_start()
     Packs from top or left of box container.

   pack_end()
     Packs from bottom or right of box container.

   pack_start_defaults()
     Packs from top or right using default settings.

   pack_end_defaults()
     Packs from bottom or left using default settings.

   set_homogeneous()
     Toggles equality of child sizing.

   set_spacing()
     Sets spacing between children.

   reorder_child()
     Sets new position for child.

   set_child_packing()
     Sets packing parameters for child.

   query_child_packing()
     Queries packing parameters for child.

  Properties

   children:
     Array of child packing information.

   spacing:
     Universal spacing policy.

   homogeneous:
     Universal sizing policy.
     _________________________________________________________________

   Prev           Home                Next
   GtkBin::child   Up   GtkBox::pack_start
