Method
GtkMenuShellinsert
Declaration [src]
void
gtk_menu_shell_insert (
  GtkMenuShell* menu_shell,
  GtkWidget* child,
  gint position
)
Description [src]
Adds a new GtkMenuItem to the menu shell’s item list
at the position indicated by position.
Parameters
- child
- 
            Type: GtkWidgetThe GtkMenuItemto add.The data is owned by the caller of the method. 
- position
- 
            Type: gintThe position in the item list where childis added. Positions are numbered from 0 to n-1.