summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-06 20:30:13 -0500
committerPietro Gagliardi <[email protected]>2014-03-06 20:30:13 -0500
commitd6f289bc86814a9a77eba0dd1740d2ee911a59f2 (patch)
treeebf121044150fe742a11a998ef2dff2ce4e0caf1 /todo.md
parent4630eaa84b782b7e3f4bb285925e0b59fe451e71 (diff)
Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported Orientation and its values accordingly.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index a667834..f48b26c 100644
--- a/todo.md
+++ b/todo.md
@@ -10,7 +10,7 @@ so I don't forget:
- [Windows, Mac OS X] should ListBox have a border style?
- [Windows] a different border on LineEdits?
- padding and spacing in Stack
-- change Stack/Listbox constructors so that there's a separate constructor for each variant, rather than passing in parameters?
+- change Listbox constructor 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