SeparatorToolItemClassProtocol
public protocol SeparatorToolItemClassProtocol
The SeparatorToolItemClassProtocol protocol exposes the methods and properties of an underlying GtkSeparatorToolItemClass 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 SeparatorToolItemClass.
Alternatively, use SeparatorToolItemClassRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkSeparatorToolItemClassinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GtkSeparatorToolItemClassinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkSeparatorToolItemClassinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkSeparatorToolItemClass>! { get } -
Required Initialiser for types conforming to
SeparatorToolItemClassProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
parentClassExtension methodThe parent class.
Declaration
Swift
@inlinable var parentClass: GtkToolItemClass { get }
View on GitHub
Install in Dash
SeparatorToolItemClassProtocol Protocol Reference