Package: gtk

Accessor gtk:action-stock-id

Lambda List

gtk:action-stock-id (object)

Syntax

(gtk:action-stock-id object) => stock-id
(setf (gtk:action-stock-id object) stock-id)

Arguments

object -- a gtk:action object
stock-id -- a string with the stock ID

Details

Accessor of the stock-id slot of the gtk:action class. The gtk:action-stock-id function gets the stock ID of the action. The (setf gtk:action-stock-id) function sets the stock ID.

The stock icon displayed in widgets representing the action. This is an appearance property and thus only applies if the use-action-appearance property is true.

Warning

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

See also

2024-9-26