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

Accessor of the text of the menu label.

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.

Note

This function is implemented with the gtk-notebook-child-menu-label child access function.
 

See also

2021-12-17