Package: gtk

Function gtk:notebook-tab-reorderable

Lambda List

gtk:notebook-tab-reorderable (notebook child)

Syntax

(gtk:notebook-tab-reorderable notebook child) => reorderable
(setf (gtk:notebook-tab-reorderable notebook child) reorderable)

Arguments

notebook -- a gtk:notebook widget
child -- a gtk:widget child page
reorderable -- a boolean whether the tab is reorderable or not

Details

Accessor of the reorderable child property of the notebook page. The gtk:notebook-tab-reorderable function gets whether the tab can be reordered via drag and drop or not. The (setf gtk:notebook-tab-reorderable) function sets whether the notebook tab can be reordered.

Notes

This function duplicates the implementation of the gtk:notebook-child-reorderable function.
 

See also

#2023-3-21