MnemonicAction

A GtkShortcutAction that calls gtk_widget_mnemonic_activate().

Constructors

this
this(GtkMnemonicAction* gtkMnemonicAction, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getMnemonicActionStruct
GtkMnemonicAction* getMnemonicActionStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

get
MnemonicAction get()

Gets the mnemonic action.

getType
GType getType()

Variables

gtkMnemonicAction
GtkMnemonicAction* gtkMnemonicAction;

the main Gtk struct

Inherited Members

From ShortcutAction

gtkShortcutAction
GtkShortcutAction* gtkShortcutAction;

the main Gtk struct

getShortcutActionStruct
GtkShortcutAction* getShortcutActionStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
activate
bool activate(GtkShortcutActionFlags flags, Widget widget, Variant args)

Activates the action on the @widget with the given @args.

print
void print(StringG string_)

Prints the given action into a string for the developer.

toString
string toString()

Prints the given action into a human-readable string.

Meta