GtkTreeModelIface

Undocumented in source.
struct GtkTreeModelIface {}

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
getColumnType
GType function(GtkTreeModel* treeModel, int index) getColumnType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getFlags
GtkTreeModelFlags function(GtkTreeModel* treeModel) getFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getIter
int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) getIter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getNColumns
int function(GtkTreeModel* treeModel) getNColumns;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPath
GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) getPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getValue
void function(GtkTreeModel* treeModel, GtkTreeIter* iter, int column, GValue* value) getValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterChildren
int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) iterChildren;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterHasChild
int function(GtkTreeModel* treeModel, GtkTreeIter* iter) iterHasChild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterNChildren
int function(GtkTreeModel* treeModel, GtkTreeIter* iter) iterNChildren;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterNext
int function(GtkTreeModel* treeModel, GtkTreeIter* iter) iterNext;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterNthChild
int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, int n) iterNthChild;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iterParent
int function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) iterParent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
refNode
void function(GtkTreeModel* treeModel, GtkTreeIter* iter) refNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowChanged
void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) rowChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowDeleted
void function(GtkTreeModel* treeModel, GtkTreePath* path) rowDeleted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowHasChildToggled
void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) rowHasChildToggled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowInserted
void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) rowInserted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rowsReordered
void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, int* newOrder) rowsReordered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unrefNode
void function(GtkTreeModel* treeModel, GtkTreeIter* iter) unrefNode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta