RAGS - v1.10.0
    Preparing search index...

    Type Alias BoxProps<Child, Attr, Self>

    BoxProps: BaseProps<
        Self,
        Gtk.Box.ConstructorProps & {
            child?: Child;
            children?: Child[];
            vertical?: boolean;
        },
        Attr,
    >

    Props for the Box container widget.

    Type Parameters

    • Child extends Gtk.Widget = Gtk.Widget
    • Attr = unknown
    • Self = Box<Child, Attr>