| gtkCListSetSortType {RGtk2} | R Documentation |
Sets the sort type of the GtkClist. This is either GTK_SORT_ASCENDING for
ascening sort or GTK_SORT_DESCENDING for descending sort.
WARNING: gtk_clist_set_sort_type is deprecated and should not be used in newly-written code.
gtkCListSetSortType(object, sort.type)
|
[GtkCList] The GtkCList to affect. |
|
[GtkSortType] the GtkSortType to use |
Derived by RGtkGen from GTK+ documentation