summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 20:01:30 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 20:01:30 -0400
commitfffec63b5109d0217e8d6de8d7aebae965c53614 (patch)
treef5b1ee8a916991f515b3cf7bc623de03c675a46a
parent55f7a9638ebcd2dfb78394cf396f2edac926baaf (diff)
Whoops, that commit that was to remove the ProgressBar line from todo.md actually removed the wrong line; fixed.
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index a2a08a7..9ed335f 100644
--- a/todo.md
+++ b/todo.md
@@ -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