set_tab_reorderable
Description:
[
Version ( since =
"2.10" ) ]
public void set_tab_reorderable (
Widget child,
bool reorderable)
Sets whether the notebook tab can be reordered via drag and drop or not.
Parameters:
this |
a Notebook
|
child |
a child Widget
|
reorderable |
whether the tab is reorderable or not
|