Package: gtk

Accessor gtk-action-short-label

Lambda List

gtk-action-short-label (object)

Syntax

(gtk-action-short-label object) => short-label
(setf (gtk-action-short-label object) short-label)

Arguments

object -- a gtk-action object
short-label -- a string with the label text to set

Details

Accessor of the short-label slot of the gtk-action class.

The slot access function gtk-action-short-label gets the short label text of the action. The slot access function (setf gtk-action-short-label) sets a shorter label text.

A shorter label that may be used on toolbar buttons. This is an appearance property and thus only applies if the use-action-appearance property is true.

Warning

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

See also

2021-7-20