WindowHandleClassRef

public struct WindowHandleClassRef : WindowHandleClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

WindowGroupClass Record: WindowGroupClassProtocol extension (methods and fields)

WindowHandleClass Record