CellRendererClassProtocol

public protocol CellRendererClassProtocol

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

  • ptr

    Untyped pointer to the underlying GtkCellRendererClass instance.

    Declaration

    Swift

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

    Typed pointer to the underlying GtkCellRendererClass instance.

    Default Implementation

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

    Declaration

    Swift

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

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

CellRendererClass Record: CellRendererClassProtocol extension (methods and fields)

  • setAccessible(type:) Extension method

    Sets the type to be used for creating accessibles for cells rendered by cell renderers of renderer_class. Note that multiple accessibles will be created.

    This function should only be called from class init functions of cell renderers.

    Declaration

    Swift

    @inlinable
    func setAccessible(type: GType)