Gtk.MnemonicAction¶
class — extends ShortcutAction
Activates a widget with a mnemonic.
This means that Widget.mnemonic_activate is called.
Static functions¶
get¶
Gets the mnemonic action.
This is an action that calls Widget.mnemonic_activate
on the given widget upon activation.