Package: gtk

Accessor gtk:model-button-menu-name

Lambda List

gtk:model-button-menu-name (object)

Syntax

(gtk:model-button-menu-name object) => name
(setf (gtk:model-button-menu-name object) name)

Arguments

object -- a gtk:model-button widget
name -- a string with the name of a submenu

Details

Accessor of the menu-name slot of the gtk:model-button class. The name of a submenu to open when the button is activated. If this is set, the button should not have an action associated with it.
 

See also

#2023-3-21