RAGS - v1.10.0
    Preparing search index...

    Type Alias ToggleButtonProps<Child, Attr, Self>

    ToggleButtonProps: BaseProps<
        Self,
        Gtk.ToggleButton.ConstructorProps & {
            child?: Child;
            on_toggled?: Event<Self>;
        },
        Attr,
    >

    Props for the ToggleButton widget.

    Type Parameters