   #home GTK Classes GtkFixed::children GtkFixedChild::widget

         GTK Classes
   Prev  GtkFixedChild  Next
     _________________________________________________________________

GtkFixedChild

     Helper class for GtkFixed.

Object Hierarchy

   GtkFixedChild

Description

     GtkFixed is a widget that fixes its children at their given sizes
     and positions.

     GtkFixedChild is a helper class that allows access to the
     positioning information for each individual child. The children
     property in GtkFixed is an array of GtkFixedChild objects
     corresponding to the child widgets that have been put() into a
     GtkFixed object.

     Note that GtkFixedChild cannot be constructed directly.

Properties

   widget:

     Child widget.

   x:
     Child position x co-ordinate.

   y:
     Child position y co-ordinate.
     _________________________________________________________________

   Prev                Home                   Next
   GtkFixed::children   Up   GtkFixedChild::widget
