summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-15 14:26:37 -0500
committerPietro Gagliardi <[email protected]>2014-02-15 14:26:37 -0500
commit900ec4e715a382e8d77c7eb7b8fbfacca705f5c8 (patch)
tree43cb07f98148b134ad8439ba0ed70ef18f633dd7
parent355016de05c3634f356d52de6720aad32549cb5c (diff)
More TODOs.
-rw-r--r--todo.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index dfcfc81..fa51614 100644
--- a/todo.md
+++ b/todo.md
@@ -13,6 +13,10 @@ so I don't forget:
- padding and spacing in Stack; maybe a setting in Stack which keeps controls at their preferred size?
- change Stack/Combobox/Listbox constructors so that there's a separate constructor for each variant, rather than passing in parameters?
- allow Combobox to have initial settings
+- Combobox and Listbox insertions and deletions should allow bulk (...string)
+- Combobox/Listbox.DeleteAll
+- Combobox/Listbox.Select (with Listbox.Select allowing bulk)
+- Listbox.SelectAll
super ultra important things:
- the windows build appears to be unstable:
@@ -35,3 +39,4 @@ far off:
maybe:
- rename Stack to Box?
+- make Combobox and Listbox satisfy sort.Interface?