Method
GtkFixedput
Declaration [src]
void
gtk_fixed_put (
GtkFixed* fixed,
GtkWidget* widget,
gint x,
gint y
)
Parameters
widget-
Type:
GtkWidgetThe widget to add.
The data is owned by the caller of the method. x-
Type:
gintThe horizontal position to place the widget at.
y-
Type:
gintThe vertical position to place the widget at.