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

See also

2021-7-20