RAGS - v1.11.0
    Preparing search index...

    Type Alias ProgressBarProps<Attr, Self>

    ProgressBarProps: BaseProps<
        Self,
        Gtk.ProgressBar.ConstructorProps & { value?: number; vertical?: boolean },
        Attr,
    >

    Props for the ProgressBar widget.

    Type Parameters