Package: gtk

Accessor gtk:action-is-important

Lambda List

gtk:action-is-important (object)

Syntax

(gtk:action-is-important object) => is-important
(setf (gtk:action-is-important object) is-important)

Arguments

object -- a gtk:action object
is-important -- true to make the action important

Details

Accessor of the is-important slot of the gtk:action class. The gtk:action-is-important function checks whether the action is important or not. The (setf gtk:action-is-important) function sets whether the action is important. This attribute is used primarily by toolbar items to decide whether to show a label or not. When true, toolitem proxies for this action show text in :both-horiz mode.

Warning

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

See also

2024-9-26