CellRendererAccelRef

public struct CellRendererAccelRef : CellRendererAccelProtocol, GWeakCapturing

Renders a keyboard accelerator in a cell

GtkCellRendererAccel displays a keyboard accelerator (i.e. a key combination like Control + a). If the cell renderer is editable, the accelerator can be changed by simply typing the new combination.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

CellRendererAccel Class