- gIface
GTypeInterface gIface;
Undocumented in source.
- getSortColumnId
int function(GtkTreeSortable* sortable, int* sortColumnId, GtkSortType* order) getSortColumnId;
- hasDefaultSortFunc
int function(GtkTreeSortable* sortable) hasDefaultSortFunc;
- setDefaultSortFunc
void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) setDefaultSortFunc;
- setSortColumnId
void function(GtkTreeSortable* sortable, int sortColumnId, GtkSortType order) setSortColumnId;
- setSortFunc
void function(GtkTreeSortable* sortable, int sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) setSortFunc;
- sortColumnChanged
void function(GtkTreeSortable* sortable) sortColumnChanged;