Removed indeterminate ProgressBars from todo.md; that's now done.

This commit is contained in:
Pietro Gagliardi 2014-03-12 19:41:12 -04:00
parent 0e7dfc4c8a
commit 1729764db8
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ far off:
maybe:
- rename Stack to Box?
- make Combobox and Listbox satisfy sort.Interface?
- indeterminate progress bars (not supported on Windows 2000)
- should a noneditable Combobox be allowed to return to unselected mode by the user?
- since all events are dispatched without blocking uitask, don't bother requiring explicit dispatch? remove ui.Event() and make Window.Closing initialized by default; if we don't listen on the channel, nothing will happen