gtkMenuShellInsert {RGtk2} | R Documentation |
Adds a new GtkMenuItem
to the menu shell's item list at the position
indicated by position
.
gtkMenuShellInsert(object, child, position)
|
[GtkMenuShell ] a GtkMenuShell . |
|
[GtkWidget ] The GtkMenuItem to add. |
|
[integer] The position in the item list where child is added.
Positions are numbered from 0 to n-1. |
Derived by RGtkGen from GTK+ documentation