Expand description
Date-input widget using chrono
Structs§
- Date
Input - Widget for dates.
- Date
Input State - 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.