Package: gtk

Accessor gtk:notebook-child-reorderable

Lambda List

gtk:notebook-child-reorderable (container child)

Syntax

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

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
reorderable -- a boolean whether the tab is reorderable

Details

Accessor of the reorderable child property of the gtk:notebook class. Whether the tab is reorderable by user action.
 

See also

#2023-3-21