NeverTriggerProtocol
public protocol NeverTriggerProtocol : ShortcutTriggerProtocol
A GtkShortcutTrigger that never triggers.
The NeverTriggerProtocol protocol exposes the methods and properties of an underlying GtkNeverTrigger instance.
The default implementation of these can be found in the protocol extension below.
For a concrete class that implements these methods and properties, see NeverTrigger.
Alternatively, use NeverTriggerRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkNeverTriggerinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
never_trigger_ptrDefault implementationTyped pointer to the underlying
GtkNeverTriggerinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkNeverTriggerinstance.Declaration
Swift
var never_trigger_ptr: UnsafeMutablePointer<GtkNeverTrigger>! { get } -
Required Initialiser for types conforming to
NeverTriggerProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
View on GitHub
Install in Dash
NeverTriggerProtocol Protocol Reference