Package: gtk

Accessor gtk:notebook-page-tab-label

Lambda List

gtk:notebook-page-tab-label (object)

Syntax

(gtk:notebook-page-tab-label object) => label
(setf (gtk:notebook-page-tab-label object) label)

Arguments

object -- a gtk:notebook-page object
label -- a string for the text of the tab widget

Details

The accessor for the tab-label slot of the gtk:notebook-page class gets or sets the text of the notebook tab.
 

See also

2025-07-31