summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-09 21:56:17 -0400
committerPietro Gagliardi <[email protected]>2014-03-09 21:56:17 -0400
commitf72d6c990064f9ea651dd3fb80bf0b20a805f0b6 (patch)
tree2e0c70b2d9315848e0786203b308e699455924ac /todo.md
parent3ed9c0b75d30cb427082478f445f4d869a9540fd (diff)
Removed now-unused error returns from sysData.show() and sysData.hide().
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 d05c975..eff41d2 100644
--- a/todo.md
+++ b/todo.md
@@ -3,7 +3,6 @@ so I don't forget:
- Control.Show()/Control.Hide()
- 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?