Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkTree *gtkobj();
-
-
const GtkTree *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Tree();
-
-
-
-
-
-
Gtk_Tree();
-
-
void append(Gtk_TreeItem &widget);
-
-
void prepend(Gtk_TreeItem &widget);
-
-
void insert(Gtk_TreeItem &widget,gint position);
-
-
void clear_items(gint start,gint end);
-
-
void select_item(gint item);
-
-
void unselect_item(gint item);
-
-
template <class iterator > void remove_items(iterator start,iterator stop);
-
-
void remove_item(Gtk_TreeItem &child);
-
-
GTKMM_CHECK(g_return_if_fail (p1 !=0););
-
-
GTKMM_CHECK(g_return_if_fail (p1 !=0););
-
-
gint child_position(Gtk_TreeItem &child)const;
-
-
void set_selection_mode(GtkSelectionMode mode);
-
-
void set_view_mode(GtkTreeViewMode mode);
-
-
void set_view_lines(bool flag);
-
-
signal void selection_changed();
-
-
guint get_level()const;
-
-
ItemList &tree();
-
-
const ItemList &tree()const;
-
-
SelectionList &selection();
-
-
const SelectionList &selection()const;
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Tree(GtkTree *castitem);
-
-
virtual void select_child_impl(Gtk_Widget &p0);
-
-
virtual void unselect_child_impl(Gtk_Widget &p0);
-
-
virtual void selection_changed_impl();
-
Private member index:
-
-
-
Gtk_Tree(const Gtk_Tree &);
-
-
Gtk_Tree &operator =(const Gtk_Tree &);
-
-
-
-
-
|