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

The GtkCList to affect.

column

The column to sort by

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]