summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-01 15:54:55 -0400
committerPietro Gagliardi <[email protected]>2014-04-01 15:54:55 -0400
commit854ec2d17c6c680f5add025aa5326dfdcc4670d2 (patch)
tree31b03b175f6ce8de149a1e6177c9852cf60e262c
parentdbbabf35c37a15e36beac2ff49b56e4f9a2636ae (diff)
More TODOs.
-rw-r--r--todo.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 917aa5a..a7301ba 100644
--- a/todo.md
+++ b/todo.md
@@ -122,3 +122,5 @@ maybe:
- should a noneditable Combobox be allowed to return to unselected mode by the user?
- provide a way for MouseEvent/KeyEvent to signal that the keypress caused the Area to gain focus
- provide an event for leaving focus so a focus rectangle can be drawn
+- change the Windows code to use extra class space (as in http://www.catch22.net/tuts/custom-controls)
+ - this is a bit flakier as SetWindowLongPtr() can fail, and it can also succeed in such a way that the last error is unreliable