Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeSortableSetSortFunc

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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.