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

a GtkNotebook

child

a child GtkWidget

reorderable

whether the tab is reorderable or not.

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]