DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkListItem

Info Catalog (gtk.info) GtkList (gtk.info) Widgets (gtk.info) GtkMenu
 
 The list item widget
 ====================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_list_item_get_type (void)
      Returns the `GtkListItem' type identifier.
 
  - Function: GtkWidget* gtk_list_item_new (void)
      Create a new `GtkListItem' object and return the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_list_item_new_with_label (gchar *LABEL)
      Create a new `GtkListItem' object initializing with the value
      LABEL.  The new widget is returned as a pointer to a `GtkWidget'
      object.  `NULL' is returned on failure.
 
  - Function: void gtk_list_item_select (GtkListItem *LIST_ITEM)
 
  - Function: void gtk_list_item_deselect (GtkListItem *LIST_ITEM)
 
  - Function: GtkListItem* GTK_LIST_ITEM (gpointer OBJ)
      Cast a generic pointer to `GtkListItem*'.  Standard Macros,
      for more info.
 
  - Function: GtkListItemClass* GTK_LIST_ITEM_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkListItemClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_LIST_ITEM (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkListItem' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkList (gtk.info) Widgets (gtk.info) GtkMenu
automatically generated byinfo2html