ShortcutsShortcut.subtitle

string subtitle() @property

Get subtitle property.

Returns

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.

void subtitle(string propval) @property

Set subtitle property.

Parameters

propvalThe 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.