WindowControlsClassRef

public struct WindowControlsClassRef : WindowControlsClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

WindowClass Record: WindowClassProtocol extension (methods and fields)

WindowControlsClass Record