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 -- a gtk:widget menu label, or nil for default

Details

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 notebook tab label. The (setf gtk:notebook-menu-label) function changes the menu label for the page containing the child.
 

See also

2024-10-4