rat_widget

Module date_input

source
Expand description

Number input with patterns from chrono.

  • Undo/redo
  • Clipboard trait to link to some clipboard implementation.

Structs§

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

Functions§

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