GtkFixed::put
    
     put()  sets the initial position
     of the child widget(s) in a GtkFixed container.
     This information is held in the 
     children property as an array
     of GtkFixedChild objects.
    
    
     The parameters are the x and y 
     co-ordinates of the top left-hand corner of the child widget, measured
     in pixels from the top left-hand corner of the container.