DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkRadioButton

Info Catalog (gtk.info.gz) GtkProgressBar (gtk.info.gz) Widgets (gtk.info.gz) GtkRadioMenuItem
 
 The radio button widget
 =======================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: group
 
  - User Option: label
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_radio_button_get_type (void)
      Returns the `GtkRadioButton' type identifier.
 
  - Function: GtkWidget* gtk_radio_button_new (GSList *GROUP)
      Create a new `GtkRadioButton' object initializing it with the value
      in the GROUP argument. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_radio_button_new_with_label (GSList *GROUP,
           gchar *LABEL)
      Create a new `GtkRadioButton' object initializing it with the
      values in the GROUP and LABEL arguments. The new widget is
      returned as a pointer to `GtkWidget' object. `NULL' is returned on
      failure.
 
  - Function: GSList* gtk_radio_button_group (GtkRadioButton
           *RADIO_BUTTON)
 
  - Function: GtkRadioButton* GTK_RADIO_BUTTON (gpointer OBJ)
      Cast a generic pointer to `GtkRadioButton*'.  Standard
      Macros, for more info.
 
  - Function: GtkRadioButtonClass* GTK_RADIO_BUTTON_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkRadioButtonClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_RADIO_BUTTON (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkRadioButton'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkProgressBar (gtk.info.gz) Widgets (gtk.info.gz) GtkRadioMenuItem
automatically generated byinfo2html