DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkTreeItem

Info Catalog (gtk.info) GtkTree (gtk.info) Widgets (gtk.info) GtkVBox
 
 The tree item widget
 ====================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_tree_item_get_type (void)
      Returns the `GtkTreeItem' type identifier.
 
  - Function: GtkWidget* gtk_tree_item_new (void)
      Create a new `GtkTreeItem' object returning the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_tree_item_new_with_label (gchar *LABEL)
      Create a new `GtkTreeItem' object initializing it with the values
      in LABEL. The new widget is returned as a pointer to a `GtkWidget'
      object. `NULL' is returned on failure.
 
  - Function: void gtk_tree_item_set_subtree (GtkTreeItem *TREE_ITEM,
           GtkWidget *SUBTREE)
 
  - Function: void gtk_tree_item_select (GtkTreeItem *TREE_ITEM)
 
  - Function: void gtk_tree_item_deselect (GtkTreeItem *TREE_ITEM)
 
  - Function: void gtk_tree_item_expand (GtkTreeItem *TREE_ITEM)
 
  - Function: void gtk_tree_item_collapse (GtkTreeItem *TREE_ITEM)
 
  - Function: void gtk_tree_item_remove_subtree (GtkTreeItem *ITEM)
 
  - Function: GtkTreeItem* GTK_TREE_ITEM (gpointer OBJ)
      Cast a generic pointer to `GtkTreeItem*'.  Standard Macros,
      for more info.
 
  - Function: GtkTreeItemClass* GTK_TREE_ITEM_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkTreeItemClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_TREE_ITEM (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkTreeItem' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkTree (gtk.info) Widgets (gtk.info) GtkVBox
automatically generated byinfo2html