Gtk.MnemonicAction¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.MnemonicAction(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
GtkShortcutAction
that callsGtk.Widget.mnemonic_activate
().- classmethod get()[source]¶
- Returns:
The mnemonic action
- Return type:
Gets the mnemonic action.
This is an action that calls
Gtk.Widget.mnemonic_activate
() on the given widget upon activation.