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
GtkRcProperty
instance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get }
-
_ptr
Default implementationTyped pointer to the underlying
GtkRcProperty
instance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GtkRcProperty
instance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GtkRcProperty>! { get }
-
Required Initialiser for types conforming to
RcPropertyProtocol
Declaration
Swift
init(raw: UnsafeMutableRawPointer)
-
typeName
Extension methodquark-ified type identifier
Declaration
Swift
@inlinable var typeName: GQuark { get set }
-
propertyName
Extension methodquark-ified property identifier like “GtkScrollbar
spacing
”Declaration
Swift
@inlinable var propertyName: GQuark { get set }
-
origin
Extension methodfield similar to one found in
GtkSettingsValue
Declaration
Swift
@inlinable var origin: UnsafeMutablePointer<gchar>! { get set }
-
value
Extension methodfield similar to one found in
GtkSettingsValue
Declaration
Swift
@inlinable var value: GValue { get set }