summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-05 13:32:40 -0400
committerPietro Gagliardi <[email protected]>2014-04-05 13:32:40 -0400
commit1449409f6101e7b2f3d6a6d8c632e42f7a91f2fd (patch)
tree7fc944a61f3538da0ba7d5f76081c57394cc63c3
parent98ae4cb3b87b2289460eb79ef83772aaa52ebe18 (diff)
More TODOs.
-rw-r--r--todo.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.md b/todo.md
index 301ff04..f6c779b 100644
--- a/todo.md
+++ b/todo.md
@@ -123,5 +123,5 @@ maybe:
- 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
-- switch to using BCM_GETIDEALSIZE for Buttons on Winodws?
- - need a way to get ideal size for all controls, not just push buttons (Microsoft...)
+- need a way to get ideal size for all controls on Windows, not just push buttons (Microsoft...)
+- cast all objc_msgSend() direct invocations to the approrpiate types; this is how you're supposed to do things (TODO get Apple mailing list excerpt saying this)