Package: gtk

Accessor gtk-action-icon-name

Lambda List

gtk-action-icon-name (object)

Syntax

(gtk-action-icon-name object) => name
(setf (gtk-action-icon-name object) name)

Arguments

object -- a gtk-action object
name -- a string with the icon name to set

Details

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

The function gtk-action-icon-name has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20