Package: gtk

Accessor gtk:notebook-page-detachable

Lambda List

gtk:notebook-page-detachable (object)

Syntax

(gtk:notebook-page-detachable object) => detachable
(setf (gtk:notebook-page-detachable object) detachable)

Arguments

object -- a gtk:notebook-page object
detachable -- a boolean whether the tab is detachable

Details

The accessor for the detachable slot of the gtk:notebook-page class gets or sets whether the notebook tab is detachable.
 

See also

2025-07-31