summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-07 20:47:07 -0500
committerPietro Gagliardi <[email protected]>2014-03-07 20:47:07 -0500
commitd9b0bd3c700f7c559757834f7463410cfafd6c1e (patch)
tree4b9b9f503dea9c6283845355898dc9df3bc6e242
parentbca8979b3611f500f16c62dd0a2fa6598fca36d3 (diff)
More TODOs.
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index a347708..309099b 100644
--- a/todo.md
+++ b/todo.md
@@ -4,6 +4,7 @@ so I don't forget:
- Groupbox
- see if we really need to track errors on a lot of places that report errors
- Window.Show()/Window.Hide() report errors due to UpdateWindow(), which can fail, but that is only called when the window is first opened: split that functionality out
+ - it appears GTK+ and Cocoa both either don't provide a convenient way to grab errors or you're not supposed to; I assume you're supposed to just assume everything works... but on Windows we check errors for functions that return errors, and there's no guarantee that only certian errors will be returned...
- character-limited entry fields, numeric entry fields, multiline entry fields
- possible rename of LineEdit?
- especially for password fields - NewPasswordEntry()?