gtkCListSetSortColumn {RGtk2}R Documentation

gtkCListSetSortColumn

Description

Sets the sort column of the clist. The sort column is used by the default compare function to determine which column to sort by. WARNING: gtk_clist_set_sort_column is deprecated and should not be used in newly-written code.

Usage

gtkCListSetSortColumn(object, column)

Arguments

object [GtkCList] The GtkCList to affect.
column [integer] The column to sort by

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]