GtkFixed::put

GtkFixed::put

void put( GtkWidget widget , int x, int y);

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.