Package: gtk
Accessor gtk-action-icon-name
Lambda Listgtk-action-icon-name (object) Syntax(gtk-action-icon-name object) => name (setf (gtk-action-icon-name object) name) ArgumentsDetails Accessor of the icon-name slot of the gtk-action class. The slot access function gtk-action-icon-name gets the icon name of the action. The slot access function (setf gtk-action-icon-name) sets the icon name. The name of the icon from the icon theme. Note that the stock icon is preferred, if the stock-id property holds the ID of an existing stock icon, and the g-icon object is preferred if the gicon property is set. This is an appearance property and thus only applies if the use-action-appearance property is true. Warning | See also |
2021-7-20