summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-11 17:37:04 -0400
committerPietro Gagliardi <[email protected]>2014-03-11 17:37:04 -0400
commitcdd535cc717201bb9814e798b86efe65b326dd98 (patch)
tree441201378ca10f318e3697429777a1fec40642fc /todo.md
parent92fb9efce9d9f84e06f574243218e3c6d7478d18 (diff)
Made Stack.SetStretchy() panic on invalid index, ending that group of functions. Also added the tests for those functions who did not have tests already written.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 87d5c76..b730440 100644
--- a/todo.md
+++ b/todo.md
@@ -17,7 +17,6 @@ so I don't forget:
- Combobox/Listbox.Select (with Listbox.Select allowing bulk)
- Checkbox.Check or Checkbox.SetChecked
- Listbox.SelectAll
-- have methods that take indices panic on invalid index, like the Stack and Grid stretchy methods
- make the Windows implementation of message boxes run on uitask
- ensure MsgBoxError can run if initialization failed if things change ever
- should Labels be selectable?