Package: gtk

Accessor gtk:menu-button-icon-name

Lambda List

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

Syntax

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

Arguments

object -- a gtk:menu-button widget
name -- a string with the name of the icon

Details

Accessor of the icon-name slot of the gtk:menu-button class. The gtk:menu-button-icon-name function gets the name of the icon shown in the button. The (setf gtk:menu-button-icon-name) function sets the name of the icon.
 

See also

2024-4-20