TreeView

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Alias This

treeView

Members

Functions

addCol
TreeViewColumn addCol(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addRow
TreeIter addRow(...)
Undocumented in source. Be warned that the author may not have intended to support it.
addTextCol
TreeViewColumn addTextCol(string name, int modelcol)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
currentIter
TreeIter currentIter()
Undocumented in source. Be warned that the author may not have intended to support it.
delRow
void delRow(TreeIter it)
Undocumented in source. Be warned that the author may not have intended to support it.
onButtonReleaseFunc
bool onButtonReleaseFunc(GdkEventButton* e, Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
onCursorChangeFunc
void onCursorChangeFunc(gtk.TreeView.TreeView tv)
Undocumented in source. Be warned that the author may not have intended to support it.
onRowActivatedFunc
void onRowActivatedFunc(TreePath p, TreeViewColumn c, gtk.TreeView.TreeView tv)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelectedIter
void setSelectedIter(TreeIter it, int col)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

expandOnClick
bool expandOnClick;
Undocumented in source.
handleChangeCursor
int handleChangeCursor;
Undocumented in source.
onActivateRow
void delegate(TreeIter)[] onActivateRow;
Undocumented in source.
onChangeCursor
void delegate(TreeIter)[] onChangeCursor;
Undocumented in source.
treeView
gtk.TreeView.TreeView treeView;
Undocumented in source.

Meta