gtkCListSort {RGtk2}R Documentation

gtkCListSort

Description

Sorts the

GtkClist
according to the current compare function, which can be set with the gtkCListSetCompareFunc function. WARNING: gtk_clist_sort is deprecated and should not be used in newly-written code.

Usage

gtkCListSort(object)

Arguments

object

The GtkCList to sort.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]