SignalAction
open class SignalAction(pointer: <Error class: unknown class><<Error class: unknown class>>) : ShortcutAction
A GtkShortcut
Action that emits a signal.
Signals that are used in this way are referred to as keybinding signals, and they are expected to be defined with the %G_SIGNAL_ACTION flag.
Constructors
Properties
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
Returns the name of the signal that will be emitted.