NotebookAccessibleRef

public struct NotebookAccessibleRef : NotebookAccessibleProtocol, GWeakCapturing

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

NotebookAccessible Class