Package: gtk

Accessor gtk:action-short-label

Lambda List

gtk:action-short-label (object)

Syntax

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

Arguments

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

Details

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

See also

2024-9-26