GNU Info
Info Node: (gtk.info)GtkItem
(gtk.info)GtkItem
The item widget
===============
Description
-----------
Signals
-------
- Signal: void GtkItem::select (GtkItem *ITEM)
- Signal: void GtkItem::deselect (GtkItem *ITEM)
- Signal: void GtkItem::toggle (GtkItem *TOGGLE)
Functions
---------
- Function: guint gtk_item_get_type (void)
Returns the `GtkItem' type identifier.
- Function: void gtk_item_select (GtkItem *ITEM)
- Function: void gtk_item_deselect (GtkItem *ITEM)
- Function: void gtk_item_toggle (GtkItem *ITEM)
- Function: GtkItem* GTK_ITEM (gpointer OBJ)
Cast a generic pointer to `GtkItem*'. Note: Standard Macros, for
more info.
- Function: GtkItemClass* GTK_ITEM_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkItemClass*'. Note: Standard Macros,
for more info.
- Function: gint GTK_IS_ITEM (gpointer OBJ)
Determine if a generic pointer refers to a `GtkItem' object. Note:
Standard Macros, for more info.
automatically generated by info2www version 1.2.2.9
|