RAGS - v1.10.0
    Preparing search index...

    Type Alias SpinButtonProps<Attr, Self>

    SpinButtonProps: BaseProps<
        Self,
        Gtk.SpinButton.ConstructorProps & {
            increments?: [step: number, page: number];
            on_value_changed?: Event<Self>;
            range?: [min: number, max: number];
        },
        Attr,
    >

    Props for the SpinButton widget.

    Type Parameters