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.

  • ptr

    Untyped pointer to the underlying GtkRcProperty instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • _ptr Default implementation

    Typed 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)

RcProperty Record: RcPropertyProtocol extension (methods and fields)

  • typeName Extension method

    quark-ified type identifier

    Declaration

    Swift

    @inlinable
    var typeName: GQuark { get set }
  • propertyName Extension method

    quark-ified property identifier like “GtkScrollbarspacing

    Declaration

    Swift

    @inlinable
    var propertyName: GQuark { get set }
  • origin Extension method

    field similar to one found in GtkSettingsValue

    Declaration

    Swift

    @inlinable
    var origin: UnsafeMutablePointer<gchar>! { get set }
  • value Extension method

    field similar to one found in GtkSettingsValue

    Declaration

    Swift

    @inlinable
    var value: GValue { get set }