summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-13 17:04:57 -0500
committerPietro Gagliardi <[email protected]>2014-02-13 17:04:57 -0500
commit5436f8f5fab00913c7c76dc4082110aecccd2dc9 (patch)
treea7c3e143330b9d67e67cd39d9d276469a3200497 /todo.md
parent44842fea4b2a46ded301fb460a9a0f998fc2ee0c (diff)
Added Stacks of controls.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index c52a71f..6cc362d 100644
--- a/todo.md
+++ b/todo.md
@@ -2,6 +2,7 @@ so I don't forget:
- Window.SizeToFit() or WIndow.OptimalSize() (use: `Window.SetSize(Window.OptimalSize())`) for sizing a window to the control's interest
- Control.Show()/Control.Hide()
- Control.SetText()
+- Groupbox
super ultra important things:
- the windows build appears to be unstable:
@@ -16,3 +17,7 @@ far off:
- localization
- strip unused constants from the Windows files
- combine more Windows files; rename some?
+- normalize error handling to adorn errors with function call information
+
+maybe:
+- rename Stack to Box?