ActivateAction

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
ActivateAction self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
get
gtk.activate_action.ActivateAction get()

Gets the activate action.

Inherited Members

From ShortcutAction

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
ShortcutAction self()

Returns this, for use in with statements.

parseString
gtk.shortcut_action.ShortcutAction parseString(string string_)

Tries to parse the given string into an action.

activate
bool activate(gtk.types.ShortcutActionFlags flags, gtk.widget.Widget widget, glib.variant.Variant args)

Activates the action on the widget with the given args.

print
void print(glib.string_.String string_)

Prints the given action into a string for the developer.

toString_
string toString_()

Prints the given action into a human-readable string.