RAGS - v1.10.0
    Preparing search index...

    Type Alias OverlayProps<Child, OverlayChild, Attr, Self>

    OverlayProps: BaseProps<
        Self,
        Gtk.Overlay.ConstructorProps & {
            child?: Child;
            overlay?: OverlayChild;
            overlays?: OverlayChild[];
            pass_through?: boolean;
        },
        Attr,
    >

    Props for the Overlay widget.

    Type Parameters