ThemingEngineClassRef

public struct ThemingEngineClassRef : ThemingEngineClassProtocol

Base class for theming engines.

The ThemingEngineClassRef type acts as a lightweight Swift reference to an underlying GtkThemingEngineClass instance. It exposes methods that can operate on this data type through ThemingEngineClassProtocol conformance. Use ThemingEngineClassRef only as an unowned reference to an existing GtkThemingEngineClass instance.

  • ptr
    Untyped pointer to the underlying `GtkThemingEngineClass` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ThemeEngine Record: ThemeEngineProtocol extension (methods and fields)

ThemingEngineClass Record