Method
Gtk MenuShellappend
Declaration [src]
void
gtk_menu_shell_append(
GtkMenuShell*menu_shell,
GtkWidget*child
)
Description [src]
Adds a new GtkMenuItem to the end of the menu shell’s
item list.
Parameters
child-
Type:
GtkMenuItemThe
GtkMenuItemto add.The data is owned by the caller of the method.