Documentation
Dlang.org
GtkTreeSortableIface.setSortFunc
gtk
c
types
GtkTreeSortableIface
Sets the comparison function used when sorting to be sort_func.
struct
GtkTreeSortableIface
extern (
C
)
void
function
(
GtkTreeSortable
*
sortable
,
int
sortColumnId
,
GtkTreeIterCompareFunc
sortFunc
,
void
*
userData
,
GDestroyNotify
destroy
)
setSortFunc
;
gtk
c
types
GtkTreeSortableIface
variables
gIface
getSortColumnId
hasDefaultSortFunc
setDefaultSortFunc
setSortColumnId
setSortFunc
sortColumnChanged
Sets the comparison function used when sorting to be sort_func.