RAGS - v1.10.0
    Preparing search index...

    Type Alias CalendarProps<Attr, Self>

    CalendarProps: BaseProps<
        Self,
        Gtk.Calendar.ConstructorProps & {
            detail?: Detail<Self>;
            on_day_selected?: Event<Self>;
        },
        Attr,
    >

    Props for the Calendar date picker widget.

    Type Parameters