RAGS - v1.10.0
    Preparing search index...

    Type Alias CircularProgressProps<Child, Attr, Self>

    CircularProgressProps: BaseProps<
        Self,
        Gtk.Bin.ConstructorProps & {
            child?: Child;
            end_at?: number;
            inverted?: boolean;
            rounded?: boolean;
            start_at?: number;
            value?: number;
        },
        Attr,
    >

    Props for the CircularProgress widget.

    Type Parameters