RAGS - v1.11.0
    Preparing search index...

    Type Alias PanedProps<Start, End, Attr, Self>

    PanedProps: BaseProps<
        Self,
        Gtk.Paned.ConstructorProps & {
            end_child?: End;
            start_child?: Start;
            vertical?: boolean;
        },
        Attr,
    >

    Props for the Paned split-view widget.

    Type Parameters

    • Start extends Gtk.Widget = Gtk.Widget
    • End extends Gtk.Widget = Gtk.Widget
    • Attr = unknown
    • Self = Paned<Start, End, Attr>