Package: gtk

Accessor gtk:notebook-group-name

Lambda List

gtk:notebook-group-name (object)

Syntax

(gtk:notebook-group-name object) => name
(setf (gtk:notebook-group-name object) name)

Arguments

object -- a gtk:notebook widget
name -- a string for the name of the notebook group, or nil to unset it

Details

The accessor for the group-name slot gets or sets the group name for the notebook. Notebooks with the same name will be able to exchange tabs via Drag and Drop. A notebook with a nil group name will not be able to exchange tabs with any other notebook.
 

See also

2026-06-12