Package: gtk

Accessor gtk:shortcuts-shortcut-subtitle

Lambda List

gtk:shortcuts-shortcut-subtitle (object)

Syntax

(gtk:shortcuts-shortcut-subtitle object) => subtitle
(setf (gtk:shortcuts-shortcut-subtitle object) subtitle)

Arguments

object -- a gtk:shortcuts-shortcut widget
subtitle -- a string for the subtitle for the shortcut

Details

The accessor for the subtitle slot gets or sets the subtitle for the shortcut or gesture. This is typically used for gestures and should be a short, one-line text that describes the gesture itself. For the predefined gesture types, GTK provides a subtitle on its own.

Warning

This function is deprecated since 4.18. This widget will be removed in GTK 5.
 

See also

2026-08-28