GtkTreeViewClass

Members

Variables

Reserved
void*[16] Reserved;
columnsChanged
void function(GtkTreeView* treeView) columnsChanged;
cursorChanged
void function(GtkTreeView* treeView) cursorChanged;
expandCollapseCursorRow
bool function(GtkTreeView* treeView, bool logical, bool expand, bool openAll) expandCollapseCursorRow;
moveCursor
bool function(GtkTreeView* treeView, GtkMovementStep step, int count, bool extend, bool modify) moveCursor;
parentClass
GtkWidgetClass parentClass;
rowActivated
void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) rowActivated;
rowCollapsed
void function(GtkTreeView* treeView, GtkTreeIter* iter, GtkTreePath* path) rowCollapsed;
rowExpanded
void function(GtkTreeView* treeView, GtkTreeIter* iter, GtkTreePath* path) rowExpanded;
selectAll
bool function(GtkTreeView* treeView) selectAll;
selectCursorParent
bool function(GtkTreeView* treeView) selectCursorParent;
selectCursorRow
bool function(GtkTreeView* treeView, bool startEditing) selectCursorRow;
startInteractiveSearch
bool function(GtkTreeView* treeView) startInteractiveSearch;
testCollapseRow
bool function(GtkTreeView* treeView, GtkTreeIter* iter, GtkTreePath* path) testCollapseRow;
testExpandRow
bool function(GtkTreeView* treeView, GtkTreeIter* iter, GtkTreePath* path) testExpandRow;
toggleCursorRow
bool function(GtkTreeView* treeView) toggleCursorRow;
unselectAll
bool function(GtkTreeView* treeView) unselectAll;