Last updated: Tue, 22 May 2012 view this page in English
GtkFixed::put
void put(GtkWidget widget, int x, int y);
This method sets the initial position of the child widget(s) in a
GtkFixed container. The parameters are the
x and y coordinates of the
top left-hand corner of the child widget, measured in pixels from the top
left-hand corner of the container.
User Contributed Notes gtk.gtkfixed.method.put.php
There are no user contributed notes for this page.