BuildableIfaceProtocol
public protocol BuildableIfaceProtocol
The GtkBuildableIface interface contains method that are
necessary to allow GtkBuilder to construct an object from
a GtkBuilder UI definition.
The BuildableIfaceProtocol protocol exposes the methods and properties of an underlying GtkBuildableIface 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 BuildableIface.
Alternatively, use BuildableIfaceRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkBuildableIfaceinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GtkBuildableIfaceinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkBuildableIfaceinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkBuildableIface>! { get } -
Required Initialiser for types conforming to
BuildableIfaceProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
gIfaceExtension methodthe parent class
Declaration
Swift
@inlinable var gIface: GTypeInterface { get }
View on GitHub
Install in Dash
BuildableIfaceProtocol Protocol Reference