gtkCListSetSortType {RGtk2}R Documentation

gtkCListSetSortType

Description

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.

Usage

gtkCListSetSortType(object, sort.type)

Arguments

object [GtkCList] The GtkCList to affect.
sort.type [GtkSortType] the GtkSortType to use

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]