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

Gets or sets the menu label for the page containing the child. Returns nil if the notebook page does not have a menu label other than the default notebook tab label.
 

See also

2025-07-31