From 1729764db8663b677c438673ab86dcfdb1444f27 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 19:41:12 -0400 Subject: [PATCH] Removed indeterminate ProgressBars from todo.md; that's now done. --- todo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/todo.md b/todo.md index c572b65..881af34 100644 --- a/todo.md +++ b/todo.md @@ -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