Package: gtk

Accessor gtk-menu-item-label

Lambda List

gtk-menu-item-label (object)

Syntax

(gtk-menu-item-label object) => label
(setf (gtk-menu-item-label object) label)

Arguments

object -- a gtk-menu-item widget
label -- a string with the text you want to set

Details

Accessor of the label slot of the gtk-menu-item class.

The gtk-menu-item-label slot access function gets the text on the menu item label. The (setf gtk-menu-item-label) slot access function sets the text.
 

See also

2021-11-13