Whoops, that commit that was to remove the ProgressBar line from todo.md actually removed the wrong line; fixed.

This commit is contained in:
Pietro Gagliardi 2014-03-12 20:01:30 -04:00
parent 55f7a9638e
commit fffec63b51
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ far off:
maybe:
- rename Stack to Box?
- indeterminate progress bars (not supported on Windows 2000)
- make Combobox and Listbox satisfy sort.Interface?
- 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