gtkTreeViewColumnSetReorderable {RGtk2}R Documentation

gtkTreeViewColumnSetReorderable

Description

If reorderable is TRUE, then the column can be reordered by the end user dragging the header.

Usage

gtkTreeViewColumnSetReorderable(object, reorderable)

Arguments

object

A GtkTreeViewColumn

reorderable

TRUE, if the column can be reordered.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]