RAGS - v1.10.0
    Preparing search index...

    Type Alias LevelBarProps<Attr, Self>

    LevelBarProps: BaseProps<
        Self,
        Gtk.LevelBar.ConstructorProps & { bar_mode?: BarMode; vertical?: boolean },
        Attr,
    >

    Props for the LevelBar progress indicator widget.

    Type Parameters