rat_text

Module date_input

Source
Expand description

Date-input widget using chrono

Structs§

DateInput
Widget for dates.
DateInputState
State & event-handling. Use DateInputState::new(_pattern_) to set the date pattern.

Functions§

handle_events
Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
handle_mouse_events
Handle only mouse-events.
handle_readonly_events
Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.