gtkMenuReorderChild {RGtk2}R Documentation

gtkMenuReorderChild

Description

Moves a GtkMenuItem to a new position within the GtkMenu.

Usage

gtkMenuReorderChild(object, child, position)

Arguments

object [GtkMenu] a GtkMenu.
child [GtkWidget] the GtkMenuItem to move.
position [integer] the new position to place child. Positions are numbered from 0 to n-1.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]