ActionGroupClassRef

public struct ActionGroupClassRef : ActionGroupClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ActionEntry Record: ActionEntryProtocol extension (methods and fields)

ActionGroupClass Record