SuperclassesDocumented Subclasses
None
Direct Slotsaccel-size-groupThe accel-size-group property of type gtk:size-group (Write)
The size group for the accelerator portion of this shortcut. This is used internally by GTK, and must not be modified by applications. acceleratorThe accelerator property of type :string (Read / Write)
The accelerator(s) represented by this object. This property is used if the shortcut-type property is set to the :accelerator value. The syntax of
this property is (an extension of) the syntax understood by the gtk:accelerator-parse function. Multiple accelerators can be specified
by separating them with a space, but keep in mind that the available width is
limited. It is also possible to specify ranges of shortcuts, using ... between the keys. Sequences of keys can be specified using a + or & between the keys. Default value: nil action-nameThe action-name property of type :string (Read / Write)
The detailed action name. If this is set for a shortcut of :accelerator type, then GTK will use the accelerators
that are associated with the action via the gtk:application-accels-for-action function, and setting accelerator is not necessary. Default value: nil directionThe direction property of type gtk:text-direction (Read / Write)
The text direction for which this shortcut is active. If the shortcut is used
regardless of the text direction, set this property to :none. Default value: :none iconThe icon property of type g:icon (Read / Write)
The icon to represent the shortcut or gesture. This property is used if shortcut-type is set to :gesture. For the other predefined gesture types, GTK provides an icon on its own. icon-setThe icon-set property of type :boolean (Read / Write) True if an icon has been set. Default value: false subtitleThe subtitle property of type :string (Read / Write)
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. Default value: "" subtitle-setThe subtitle-set property of type :boolean (Read / Write) True if a subtitle has been set. Default value: false titleThe title property of type :string (Read / Write)
The textual description for the shortcut or gesture represented by this object. This should be a short string that can fit in a single line. Default value: "" title-size-groupThe title-size-group property of type gtk:size-group (Write)
The size group for the textual portion of this shortcut. This is used internally by GTK, and must not be modified by applications. Details |
| Slot Access FunctionsInherited Slot Access FunctionsSee also |