RAGS - v1.10.0
    Preparing search index...

    Type Alias StackProps<Children, Attr, Self>

    StackProps: BaseProps<
        Self,
        Gtk.Stack.ConstructorProps & {
            children?: Children;
            items?: [string, Gtk.Widget][];
            shown?: keyof Children;
            transition?: Transition;
        },
        Attr,
    >

    Props for the Stack widget.

    Type Parameters

    • Children extends { [name: string]: Widget } = { [name: string]: Widget }
    • Attr = unknown
    • Self = Stack<Children, Attr>