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.

  • ptr

    Untyped pointer to the underlying GtkNeverTrigger instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • never_trigger_ptr Default implementation

    Typed pointer to the underlying GtkNeverTrigger instance.

    Default Implementation

    Return the stored, untyped pointer as a typed pointer to the GtkNeverTrigger instance.

    Declaration

    Swift

    var never_trigger_ptr: UnsafeMutablePointer<GtkNeverTrigger>! { get }
  • Required Initialiser for types conforming to NeverTriggerProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)