DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkCheckButton

Info Catalog (gtk.info.gz) GtkButton (gtk.info.gz) Widgets (gtk.info.gz) GtkCheckMenuItem
 
 The check button widget
 =======================
 
 Description
 -----------
 
    Another form of toggle button ( GtkToggleButton) with an
 indicator.  Contains a widget to the right of the indicator.  Changes
 its appearance (hilites) when it gets the focus.
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_check_button_get_type (void)
      Returns the `GtkCheckButton' type identifier.
 
  - Function: GtkWidget* gtk_check_button_new (void)
      Create a new `GtkCheckButton' object and initialize it with the
      default values in the library. The new widget is returned as a
      pointer to a `GtkWidget' object. A `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_check_button_new_with_label (gchar *LABEL)
      Create a new `GtkCheckButton' object and initialize it with the
      values LABEL. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on any failure.
 
  - Function: GtkCheckButton* GTK_CHECK_BUTTON (gpointer OBJ)
 
  - Function: GtkCheckButtonClass* GTK_CHECK_BUTTON_CLASS (gpointer
           CLASS)
 
  - Function: gint GTK_IS_CHECK_BUTTON (gpointer OBJ)
 
  - Function: GtkCheckButton* GTK_CHECK_BUTTON (gpointer OBJ)
      Cast a generic pointer to `GtkCheckButton*'.  Standard
      Macros, for more info.
 
  - Function: GtkCheckButtonClass* GTK_CHECK_BUTTON_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkCheckButtonClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_CHECK_BUTTON (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkCheckButton'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkButton (gtk.info.gz) Widgets (gtk.info.gz) GtkCheckMenuItem
automatically generated byinfo2html