Gtk.Menu.ReorderChild Method
Moves a Gtk.MenuItem to a new position within the Gtk.Menu.

Syntax

public void ReorderChild (Widget child, int position)

Parameters

child
The Gtk.MenuItem to move.
position
The new position to place child. Positions are numbered from 0 to n-1.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)