Top | ![]() |
![]() |
![]() |
![]() |
GtkSizeGroup * | accel-size-group | Write |
gchar * | accelerator | Read / Write |
gchar * | title | Read / Write |
GtkSizeGroup * | title-size-group | Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkShortcutsShortcut
GtkShortcutsShortcut implements AtkImplementorIface, GtkBuildable and GtkOrientable.
A GtkShortcutsShortcut represents a single keyboard shortcut with a short text. This widget is only meant to be used with GtkShortcutsWindow.
“accel-size-group”
property“accel-size-group” GtkSizeGroup *
The size group for the accelerator portion of this shortcut.
This is used internally by GTK+, and must not be modified by applications.
Flags: Write
“accelerator”
property“accelerator” gchar *
The accelerator(s) represented by this object, in the syntax
understood by gtk_accelerator_parse()
. 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.
Examples:
A single shortcut: <ctrl><alt>delete
Two alternative shortcuts: <shift>a Home
A range: <alt>1...9
Note that < and > need to escaped as < and > when used in .ui files.
Flags: Read / Write
Default value: NULL
“title”
property“title” gchar *
The textual description for the accelerators represented by this object. This should be a short string that can fit in a single line.
Flags: Read / Write
Default value: ""
“title-size-group”
property“title-size-group” GtkSizeGroup *
The size group for the textual portion of this shortcut.
This is used internally by GTK+, and must not be modified by applications.
Flags: Write