Class Index Cross Index Namespace Index

Class Gtk::TreeItem


Contained in: Gtk
Derived from: Gtk::Item
Derived by: none

#include <gtk--/treeitem.h>


public function member index:

explicit TreeItem(const Gdk_Pixmap& pixmap, const Gdk_Bitmap& bitmap, const string& label, gfloat x=0.0, gfloat y=0.5);
explicit TreeItem(const string& label, gfloat x=0.0, gfloat y=0.5);
TreeItem();
emitable signal void collapse();
emitable signal void expand();
Tree* get_subtree() const;
GtkTreeItem* gtkobj();
const GtkTreeItem* gtkobj() const;
static bool isA(Object* object);
void remove_subtree();
void set_subtree(Widget& subtree);
virtual ~TreeItem();
 

protected function member index:

virtual void collapse_impl();
virtual void expand_impl();
 

Description:



Function Member Descriptions:

Gtk::TreeItem::gtkobj - Returns the underlaying gtk+ object.

GtkTreeItem* gtkobj();

Gtk::TreeItem::isA - Returns true if object is this type.

static bool isA(Object* object);