Package: gtk

Function gtk-notebook-menu-label

Lambda List

gtk-notebook-menu-label (notebook child)

Syntax

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

Arguments

notebook -- a gtk-notebook widget
child -- a gtk-widget child contained in a page of the notebook
menu -- the gtk-widget menu label, or nil for default

Details

Accessor of the menu label of the notebook.

The gtk-notebook-menu-label function returns the menu label, or nil if the notebook page does not have a menu label other than the default tab label. The (setf gtk-notebook-menu-label) function changes the menu label for the page containing the child.
 

See also

2021-12-17