RAGS - v1.10.0
    Preparing search index...

    Type Alias DrawingAreaProps<Attr, Self>

    DrawingAreaProps: BaseProps<
        Self,
        Gtk.DrawingArea.ConstructorProps & { draw_fn?: DrawFn<Self> },
        Attr,
    >

    Props for the DrawingArea custom drawing widget.

    Type Parameters