gtkMenuReorderChild {RGtk2} | R Documentation |
Moves a GtkMenuItem
to a new position within the GtkMenu
.
gtkMenuReorderChild(object, child, position)
|
[GtkMenu ] a GtkMenu . |
|
[GtkWidget ] the GtkMenuItem to move. |
|
[integer] the new position to place child . Positions are numbered from
0 to n-1. |
Derived by RGtkGen from GTK+ documentation