RcPropertyProtocol
public protocol RcPropertyProtocol
Deprecated
The RcPropertyProtocol protocol exposes the methods and properties of an underlying GtkRcProperty 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 RcProperty.
Alternatively, use RcPropertyRef as a lighweight, unowned reference if you already have an instance you just want to use.
-
Untyped pointer to the underlying
GtkRcPropertyinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GtkRcPropertyinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkRcPropertyinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkRcProperty>! { get } -
Required Initialiser for types conforming to
RcPropertyProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
typeNameExtension methodquark-ified type identifier
Declaration
Swift
@inlinable var typeName: GQuark { get set } -
propertyNameExtension methodquark-ified property identifier like “GtkScrollbar
spacing”Declaration
Swift
@inlinable var propertyName: GQuark { get set } -
originExtension methodfield similar to one found in
GtkSettingsValueDeclaration
Swift
@inlinable var origin: UnsafeMutablePointer<gchar>! { get set } -
valueExtension methodfield similar to one found in
GtkSettingsValueDeclaration
Swift
@inlinable var value: GValue { get set }
View on GitHub
Install in Dash
RcPropertyProtocol Protocol Reference