ShortcutActionImpl

class ShortcutActionImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : ShortcutAction

The ShortcutActionImpl type represents a native instance of the abstract ShortcutAction class.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of ShortcutAction for the provided CPointer.

Properties

Link copied to clipboard
val gtkShortcutActionPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun activate(flags: ShortcutActionFlags, widget: Widget, args: <Error class: unknown class>? = null): Boolean

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

Link copied to clipboard
open fun print(string: <Error class: unknown class>)

Prints the given action into a string for the developer.

Link copied to clipboard
open override fun toString(): String

Prints the given action into a human-readable string.