RAGS - v1.10.0
    Preparing search index...

    Type Alias ScrollableProps<Child, Attr, Self>

    ScrollableProps: BaseProps<
        Self,
        Gtk.ScrolledWindow.ConstructorProps & {
            child?: Child;
            hscroll?: Policy;
            vscroll?: Policy;
        },
        Attr,
    >

    Props for the Scrollable widget.

    Type Parameters