Skip to content

Gtk.MnemonicAction

class — extends ShortcutAction

Activates a widget with a mnemonic.

This means that Widget.mnemonic_activate is called.

Static functions

get

@staticmethod
def get() -> MnemonicAction

Gets the mnemonic action.

This is an action that calls Widget.mnemonic_activate on the given widget upon activation.