Description Usage Arguments Details Author(s)
Moves child
to a new position
in the list of box
children.
The list is the children
field of
GtkBox
, and contains both widgets packed GTK_PACK_START
as well as widgets packed GTK_PACK_END
, in the order that these
widgets were added to box
.
1 | gtkBoxReorderChild(object, child, position)
|
|
a |
|
the |
|
the new position for |
A widget's position in the box
children list determines where
the widget is packed into box
. A child widget at some position
in the list will be packed just after all other widgets of the
same packing type that appear earlier in the list.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.