RAGS - v1.10.0
    Preparing search index...

    Type Alias WindowProps<Child, Attr, Self>

    WindowProps: BaseProps<
        Self,
        Gtk.Window.ConstructorProps & {
            anchor?: Anchor[];
            child?: Child;
            exclusive?: boolean;
            exclusivity?: Exclusivity;
            focusable?: boolean;
            gdkmonitor?: Gdk.Monitor;
            keymode?: Keymode;
            layer?: Layer;
            margins?: number[];
            monitor?: number;
            popup?: boolean;
            visible?: boolean;
        },
        Attr,
    >

    Props for the Window widget.

    Type Parameters

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