AlternativeTrigger
open class AlternativeTrigger(pointer: <Error class: unknown class><<Error class: unknown class>>) : ShortcutTrigger
A GtkShortcutTrigger
that combines two triggers.
The GtkAlternativeTrigger
triggers when either of two trigger.
This can be cascaded to combine more than two triggers.
Constructors
Properties
Functions
Link copied to clipboard
The types of @trigger1 and @trigger2 are gconstpointer
only to allow use of this function as a GCompareFunc
.
Link copied to clipboard
Checks if @trigger1 and @trigger2 trigger under the same conditions.
Link copied to clipboard
Gets the first of the two alternative triggers that may trigger @self.
Link copied to clipboard
Gets the second of the two alternative triggers that may trigger @self.
Link copied to clipboard
open fun printLabel(display: <Error class: unknown class>, string: <Error class: unknown class>): Boolean
Prints the given trigger into a string.