gtkCListSetReorderable {RGtk2}R Documentation

gtkCListSetReorderable

Description

Sets whether the CList's rows are re-orderable using drag-and-drop. WARNING: gtk_clist_set_reorderable is deprecated and should not be used in newly-written code.

Usage

gtkCListSetReorderable(object, reorderable)

Arguments

object

The GtkCList to affect.

reorderable

TRUE or FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]