Gtk.ShortcutLabel¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1)
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
|
||
r/w |
|
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.ShortcutLabel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkShortcutLabel
displays a single keyboard shortcut or gesture.The main use case for
GtkShortcutLabel
is inside a [class`Gtk`.ShortcutsWindow].Deprecated since version 4.18: This widget will be removed in GTK 5
- classmethod new(accelerator)[source]¶
- Parameters:
accelerator (
str
) – the initial accelerator- Returns:
a newly-allocated
GtkShortcutLabel
- Return type:
Creates a new
GtkShortcutLabel
with accelerator set.Deprecated since version 4.18: This widget will be removed in GTK 5
- get_accelerator()[source]¶
-
Retrieves the current accelerator of self.
Deprecated since version 4.18: This widget will be removed in GTK 5
- get_disabled_text()[source]¶
-
Retrieves the text that is displayed when no accelerator is set.
Deprecated since version 4.18: This widget will be removed in GTK 5
Property Details¶
- Gtk.ShortcutLabel.props.accelerator¶
-
The accelerator that self displays.
See [property`Gtk`.ShortcutsShortcut:accelerator] for the accepted syntax.
Deprecated since version 4.18: This widget will be removed in GTK 5