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 gtk:action-icon-name function gets the icon name of the action. The (setf gtk:action-icon-name) function 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 gtk:action-icon-name function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2024-9-26