   #home GTK Classes GtkFileSelection::action_area GtkFixed Constructor

       GTK Classes
   Prev  GtkFixed  Next
     _________________________________________________________________

GtkFixed

     Container that retains the sizes and positions of its children.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkContainer
               `-- GtkFixed

Description

     GtkFixed is a container widget that retains the original sizes and
     positions of its children regardless of any top-level resizing.

     Note that there is no padding or spacing implicit in this method of
     container packing. The arrangement of the children is based purely
     on the co-ordinate values given in the put() and move() method
     parameters. For this reason it is inadvisable to use add() when
     utilising GtkFixed, as widgets that have been added in this way can
     and will be overwritten by any fixed-position widgets.

Constructor

   GtkFixed (void);

     -- Creates a GtkFixed container.

Methods

   put()
     Sets initial position of child.

   move()
     Moves child to new position.

  Properties

   children:
     Array of child positioning information.
     _________________________________________________________________

   Prev                           Home                  Next
   GtkFileSelection::action_area   Up   GtkFixed Constructor
