DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkTree

Info Catalog (gtk.info.gz) GtkTooltips (gtk.info.gz) Widgets (gtk.info.gz) GtkTreeItem
 
 The tree widget
 ===============
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_tree_get_type (void)
      Returns the `GtkTree' type identifier.
 
  - Function: GtkWidget* gtk_tree_new (void)
      Create a new `GtkTree' object returning the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_tree_append (GtkTree *TREE, GtkWidget *CHILD)
 
  - Function: void gtk_tree_prepend (GtkTree *TREE, GtkWidget *CHILD)
 
  - Function: void gtk_tree_insert (GtkTree *TREE, GtkWidget *CHILD,
           gint POSITION)
 
  - Function: gint gtk_tree_child_position (GtkTree *TREE, GtkWidget
           *CHILD)
 
  - Function: void gtk_tree_clear_items (GtkTree *TREE, gint START, gint
           END)
 
  - Function: void gtk_tree_remove_items (GtkTree *TREE, GList *ITEMS)
 
  - Function: void gtk_tree_select_child (GtkTree *TREE, GtkWidget
           *CHILD)
 
  - Function: void gtk_tree_select_item (GtkTree *TREE, gint ITEM)
 
  - Function: void gtk_tree_unselect_child (GtkTree *TREE, GtkWidget
           *CHILD)
 
  - Function: void gtk_tree_unselect_item (GtkTree *TREE, gint ITEM)
 
  - Function: void gtk_tree_set_selection_mode (GtkTree *TREE,
           GtkSelectionMode MODE)
 
  - Function: void gtk_tree_set_view_mode (GtkTree *TREE,
           GtkTreeViewMode MODE)
 
  - Function: void gtk_tree_set_view_lines (GtkTree *TREE, guint FLAG)
 
  - Function: GtkTree* GTK_TREE (gpointer OBJ)
      Cast a generic pointer to `GtkTree*'.  Standard Macros, for
      more info.
 
  - Function: GtkTreeClass* GTK_TREE_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkTreeClass*'.  Standard Macros,
      for more info.
 
  - Function: gint GTK_IS_TREE (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkTree' object. 
      Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkTooltips (gtk.info.gz) Widgets (gtk.info.gz) GtkTreeItem
automatically generated byinfo2html