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
GtkAccelLabelClass
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
_ptr
Default implementationTyped pointer to the underlying
GtkAccelLabelClass
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkAccelLabelClass
instance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkAccelLabelClass>! { get }
-
Required Initialiser for types conforming to
AccelLabelClassProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)
-
parentClass
Extension methodUndocumented
Declaration
Swift
@inlinable var parentClass: GtkLabelClass { get }
-
signalQuote1
Extension methodUndocumented
Declaration
Swift
@inlinable var signalQuote1: UnsafeMutablePointer<gchar>! { get }
-
signalQuote2
Extension methodUndocumented
Declaration
Swift
@inlinable var signalQuote2: UnsafeMutablePointer<gchar>! { get }
-
modNameShift
Extension methodUndocumented
Declaration
Swift
@inlinable var modNameShift: UnsafeMutablePointer<gchar>! { get }
-
modNameControl
Extension methodUndocumented
Declaration
Swift
@inlinable var modNameControl: UnsafeMutablePointer<gchar>! { get }
-
modNameAlt
Extension methodUndocumented
Declaration
Swift
@inlinable var modNameAlt: UnsafeMutablePointer<gchar>! { get }
-
modSeparator
Extension methodUndocumented
Declaration
Swift
@inlinable var modSeparator: UnsafeMutablePointer<gchar>! { get }