gtkTreeSortableSetSortFunc {RGtk2}R Documentation

gtkTreeSortableSetSortFunc

Description

Sets the comparison function used when sorting to be sort.func. If the current sort column id of sortable is the same as sort.column.id, then the model will sort using this function.

Usage

gtkTreeSortableSetSortFunc(object, sort.column.id, sort.func, user.data = NULL)

Arguments

object [GtkTreeSortable] A GtkTreeSortable
sort.column.id [integer] the sort column id to set the function for
sort.func [GtkTreeIterCompareFunc] The comparison function
user.data [R object] User data to pass to sort.func, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]