Package: gtk

Function gtk:notebook-tab-label-text

Lambda List

gtk:notebook-tab-label-text (notebook child)

Syntax

(gtk:notebook-tab-label-text notebook child) => text
(setf (gtk:notebook-tab-label-text notebook child) text)

Arguments

notebook -- a gtk:notebook widget
child -- a gtk:widget child contained in a page of the notebook
text -- a string with the label text

Details

The gtk:notebook-tab-label-text function retrieves the text of the notebook tab label for the page containing child. The (setf gtk:notebook-tab-label-text) function creates a new label and sets it as the notebook tab label for the page containing child.
 

See also

2024-10-4