Notebook.setTabReorderable
void setTabReorderable(gtk.widget.Widget child, bool reorderable)Sets whether the notebook tab can be reordered via drag and drop or not.
Parameters
child | a child [gtk.widget.Widget] |
reorderable | whether the tab is reorderable or not |