CellAreaClassProtocol

public protocol CellAreaClassProtocol

The CellAreaClassProtocol protocol exposes the methods and properties of an underlying GtkCellAreaClass 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 CellAreaClass. Alternatively, use CellAreaClassRef as a lighweight, unowned reference if you already have an instance you just want to use.

  • ptr

    Untyped pointer to the underlying GtkCellAreaClass instance.

    Declaration

    Swift

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

    Typed pointer to the underlying GtkCellAreaClass instance.

    Default Implementation

    Return the stored, untyped pointer as a typed pointer to the GtkCellAreaClass instance.

    Declaration

    Swift

    var _ptr: UnsafeMutablePointer<GtkCellAreaClass>! { get }
  • Required Initialiser for types conforming to CellAreaClassProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

CellAreaClass Record: CellAreaClassProtocol extension (methods and fields)

  • Finds a cell property of a cell area class by name.

    Declaration

    Swift

    @inlinable
    func findCellProperty(propertyName: UnsafePointer<gchar>!) -> GLibObject.ParamSpecRef!
  • Installs a cell property on a cell area class.

    Declaration

    Swift

    @inlinable
    func installCellProperty<ParamSpecT>(propertyID: Int, pspec: ParamSpecT) where ParamSpecT : ParamSpecProtocol
  • Returns all cell properties of a cell area class.

    Declaration

    Swift

    @inlinable
    func listCellProperties(nProperties: UnsafeMutablePointer<guint>!) -> UnsafeMutablePointer<UnsafeMutablePointer<GParamSpec>?>!