Package: gtk

Accessor gtk:notebook-child-detachable

Lambda List

gtk:notebook-child-detachable (container child)

Syntax

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

Arguments

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

Details

Accessor of the detachable child property of the gtk:notebook class. Whether the tab is detachable.
 

See also

#2023-3-21