gtkCListSetUseDragIcons {RGtk2}R Documentation

gtkCListSetUseDragIcons

Description

Determines whether the GtkClist should use icons when doing drag-and-drop operations. WARNING: gtk_clist_set_use_drag_icons is deprecated and should not be used in newly-written code.

Usage

gtkCListSetUseDragIcons(object, use.icons)

Arguments

object [GtkCList] The GtkCList to affect.
use.icons [logical] TRUE or FALSE.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]