Package: gtk

Function gtk:notebook-menu-label-text

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2024-10-4