Method
GtkLayoutput
Declaration [src]
void
gtk_layout_put (
GtkLayout* layout,
GtkWidget* child_widget,
gint x,
gint y
)
Description [src]
Adds child_widget
to layout
, at position (x
,y
).
layout
becomes the new parent container of child_widget
.
Parameters
child_widget
-
Type:
GtkWidget
Child widget.
The data is owned by the caller of the method. x
-
Type:
gint
X position of child widget.
y
-
Type:
gint
Y position of child widget.