BindingSignalProtocol
public protocol BindingSignalProtocol
A GtkBindingSignal stores the necessary information to activate a widget in response to a key press via a signal emission.
The BindingSignalProtocol protocol exposes the methods and properties of an underlying GtkBindingSignal 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 BindingSignal.
Alternatively, use BindingSignalRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkBindingSignalinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GtkBindingSignalinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkBindingSignalinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkBindingSignal>! { get } -
Required Initialiser for types conforming to
BindingSignalProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
nextExtension methodimplementation detail
Declaration
Swift
@inlinable var next: BindingSignalRef! { get set } -
signalNameExtension methodthe action signal to be emitted
Declaration
Swift
@inlinable var signalName: UnsafeMutablePointer<gchar>! { get set } -
nArgsExtension methodnumber of arguments specified for the signal
Declaration
Swift
@inlinable var nArgs: guint { get set } -
argsExtension methodthe arguments specified for the signal
Declaration
Swift
@inlinable var args: UnsafeMutablePointer<GtkBindingArg>! { get set }
View on GitHub
Install in Dash
BindingSignalProtocol Protocol Reference