gtkNotebookSetTabReorderable {RGtk2}R Documentation

gtkNotebookSetTabReorderable

Description

Sets whether the notebook tab can be reordered via drag and drop or not.

Usage

gtkNotebookSetTabReorderable(object, child, reorderable)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] a child GtkWidget
reorderable [logical] whether the tab is reorderable or not.

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]