gtkTreeSortableSetSortFunc: gtkTreeSortableSetSortFunc

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

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

Arguments

object

A GtkTreeSortable

sort.column.id

the sort column id to set the function for

sort.func

The comparison function

user.data

User data to pass to sort.func, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.