GtkTreeSortableIface

Undocumented in source.

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
getSortColumnId
int function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) getSortColumnId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hasDefaultSortFunc
int function(GtkTreeSortable* sortable) hasDefaultSortFunc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setDefaultSortFunc
void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc func, void* data, GDestroyNotify destroy) setDefaultSortFunc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setSortColumnId
void function(GtkTreeSortable* sortable, int sortColumnId, GtkSortType order) setSortColumnId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setSortFunc
void function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc func, void* data, GDestroyNotify destroy) setSortFunc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sortColumnChanged
void function(GtkTreeSortable* sortable) sortColumnChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta