DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkCheckMenuItem

Info Catalog (gtk.info) GtkCheckButton (gtk.info) Widgets (gtk.info) GtkCList
 
 The check menu item widget
 ==========================
 
 Description
 -----------
 
    Derived from  GtkMenuItem.  Very similar to a checkbutton
 ( GtkCheckButton), except that it's a menu item.  Has a toggled
 state which is displayed in a small rectangle to the left of the
 contained widget.
 
 Options
 -------
 
  - User Option: label
 
  - User Option: state
 
 Signals
 -------
 
  - Signal: void GtkCheckMenuItem::toggled (GtkCheckMenuItem
           *CHECK_MENU_ITEM)
 
 Functions
 ---------
 
  - Function: guint gtk_check_menu_item_get_type (void)
      Returns the `GtkCheckMenuItem' type identifier.
 
  - Function: GtkWidget* gtk_check_menu_item_new (void)
      Create a new `GtkCheckMenuItem' object. The new widget is returned
      as a pointer to a `GtkWidget' object. `NULL' is returned on
      failure.
 
  - Function: GtkWidget* gtk_check_menu_item_new_with_label (gchar
           *LABEL)
      Create a new `GtkCheckMenuItem' object and initialize it with the
      values LABEL. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_check_menu_item_set_state (GtkCheckMenuItem
           *CHECK_MENU_ITEM, gint STATE)
 
  - Function: void gtk_check_menu_item_toggled (GtkCheckMenuItem
           *CHECK_MENU_ITEM)
 
  - Function: GtkCheckMenuItem* GTK_CHECK_MENU_ITEM (gpointer OBJ)
      Cast a generic pointer to `GtkCheckMenuItem*'.  Standard
      Macros, for more info.
 
  - Function: GtkCheckMenuItemClass* GTK_CHECK_MENU_ITEM_CLASS (gpointer
           CLASS)
      Cast a generic pointer to `GtkCheckMenuItemClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_CHECK_MENU_ITEM (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkCheckMenuItem'
      object.  Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkCheckButton (gtk.info) Widgets (gtk.info) GtkCList
automatically generated byinfo2html