RAGS - v1.10.0
    Preparing search index...

    Type Alias SeparatorProps<Attr, Self>

    SeparatorProps: BaseProps<
        Self,
        Gtk.Separator.ConstructorProps & { vertical?: boolean },
        Attr,
    >

    Props for the Separator widget.

    Type Parameters