CellRendererProgressRef

public struct CellRendererProgressRef : CellRendererProgressProtocol, GWeakCapturing

Renders numbers as progress bars

GtkCellRendererProgress renders a numeric value as a progress par in a cell. Additionally, it can display a text on top of the progress bar.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

CellRendererProgress Class