RAGS - v1.11.0
    Preparing search index...

    Type Alias SwitchProps<Attr, Self>

    SwitchProps: BaseProps<
        Self,
        Gtk.Switch.ConstructorProps & { on_activate?: Event<Self> },
        Attr,
    >

    Props for the Switch widget.

    Type Parameters