TODO 692 B

123456789101112131415161718192021222324252627
  1. TODO
  2. ## Important
  3. docs
  4. - examples:
  5. - all widgets demo
  6. - form validation
  7. - Contacts App (save data to ~/.config) (Map + ListView)
  8. # Postponed
  9. Canvas
  10. - use Action instead of listening to key event directly on Window
  11. - generic: Canvas[T] (T: info, updated after each rendering)
  12. - List[Shape]: first item rendered last
  13. - CanvasContent[T]: render Lambda[CanvasSize, Pair[List[Shape], T]]
  14. - "placeholder" content
  15. - $[Pair[CanvasMouseEvent,T]]
  16. - canvas bind-refresh ($[CanvasContent[T]]) // bind-render (capacity=1)
  17. Wizard, MdiArea, StaticTabs, DockWindow, SystemTrayIcon
  18. DateTime API, TimeEdit, DateEdit, DateTimeEdit, CalendarWidget