Package: gtk

Accessor gtk:notebook-child-menu-label

Lambda List

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

Syntax

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

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
label -- a string displayed in the menu entry of the child widget

Details

Accessor of the menu-label child property of the gtk:notebook class. The string displayed in the menu entry of the child widget.
 

See also

#2025-06-28