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 [GtkCList] The GtkCList to sort.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]