DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkRadioMenuItem

Info Catalog (gtk.info) GtkRadioButton (gtk.info) Widgets (gtk.info) GtkRange
 
 The radio button widget
 =======================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: group
 
  - User Option: label
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_radio_menu_item_get_type (void)
      Returns the `GtkRadioMenuItem' type identifier.
 
  - Function: GtkWidget* gtk_radio_menu_item_new (GSList *GROUP)
      Create a new `GtkRadioMenuItem' object and initialize it with the
      values in GROUP. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_radio_menu_item_new_with_label (GSList
           *GROUP, gchar *LABEL)
 
  - Function: GSList* gtk_radio_menu_item_group (GtkRadioMenuItem
           *RADIO_MENU_ITEM)
 
  - Function: GtkRadioMenuItem* GTK_RADIO_MENU_ITEM (gpointer OBJ)
      Cast a generic pointer to `GtkRadioMenuItem*'.  Standard
      Macros, for more info.
 
  - Function: GtkRadioMenuItemClass* GTK_RADIO_MENU_ITEM_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkRadioMenuItemClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_RADIO_MENU_ITEM (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkRadioMenuItem'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkRadioButton (gtk.info) Widgets (gtk.info) GtkRange
automatically generated byinfo2html