RAGS - v1.10.0
    Preparing search index...

    Type Alias EntryProps<Attr, Self>

    EntryProps: BaseProps<
        Self,
        Gtk.Entry.ConstructorProps & {
            on_accept?: EventHandler<Self>;
            on_change?: EventHandler<Self>;
        },
        Attr,
    >

    Props for the Entry text input widget.

    Type Parameters