DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkMenuShell

Info Catalog (gtk.info.gz) GtkMenuItem (gtk.info.gz) Widgets (gtk.info.gz) GtkMisc
 
 The menu shell widget
 =====================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
  - Signal: void GtkMenuShell::deactivate (GtkMenuShell *MENU_SHELL)
 
 Functions
 ---------
 
  - Function: guint gtk_menu_shell_get_type (void)
      Returns the `GtkMenuShell' type identifier.
 
  - Function: void gtk_menu_shell_append (GtkMenuShell *MENU_SHELL,
           GtkWidget *CHILD)
 
  - Function: void gtk_menu_shell_prepend (GtkMenuShell *MENU_SHELL,
           GtkWidget *CHILD)
 
  - Function: void gtk_menu_shell_insert (GtkMenuShell *MENU_SHELL,
           GtkWidget *CHILD, gint POSITION)
 
  - Function: void gtk_menu_shell_deactivate (GtkMenuShell *MENU_SHELL)
 
  - Function: GtkMenuShell* GTK_MENU_SHELL (gpointer OBJ)
      Cast a generic pointer to `GtkMenuShell*'.  Standard
      Macros, for more info.
 
  - Function: GtkMenuShellClass* GTK_MENU_SHELL_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkMenuShellClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_MENU_SHELL (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkMenuShell' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkMenuItem (gtk.info.gz) Widgets (gtk.info.gz) GtkMisc
automatically generated byinfo2html