AccelLabelClassProtocol
public protocol AccelLabelClassProtocol
The AccelLabelClassProtocol protocol exposes the methods and properties of an underlying GtkAccelLabelClass 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 AccelLabelClass.
Alternatively, use AccelLabelClassRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkAccelLabelClassinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GtkAccelLabelClassinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkAccelLabelClassinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkAccelLabelClass>! { get } -
Required Initialiser for types conforming to
AccelLabelClassProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
parentClassExtension methodUndocumented
Declaration
Swift
@inlinable var parentClass: GtkLabelClass { get } -
signalQuote1Extension methodUndocumented
Declaration
Swift
@inlinable var signalQuote1: UnsafeMutablePointer<gchar>! { get } -
signalQuote2Extension methodUndocumented
Declaration
Swift
@inlinable var signalQuote2: UnsafeMutablePointer<gchar>! { get } -
modNameShiftExtension methodUndocumented
Declaration
Swift
@inlinable var modNameShift: UnsafeMutablePointer<gchar>! { get } -
modNameControlExtension methodUndocumented
Declaration
Swift
@inlinable var modNameControl: UnsafeMutablePointer<gchar>! { get } -
modNameAltExtension methodUndocumented
Declaration
Swift
@inlinable var modNameAlt: UnsafeMutablePointer<gchar>! { get } -
modSeparatorExtension methodUndocumented
Declaration
Swift
@inlinable var modSeparator: UnsafeMutablePointer<gchar>! { get }
View on GitHub
Install in Dash
AccelLabelClassProtocol Protocol Reference