summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-29 23:21:16 -0400
committerPietro Gagliardi <[email protected]>2014-06-29 23:21:16 -0400
commitd73a82af3841d4ad1492b56fd83fab24fc6525f4 (patch)
tree3db04ed048172b57edc59b328bdb9402b1c03895
parentccbe01e49ee973ddb4ba86c5d5c1367fabb1400b (diff)
More TODOs.
-rw-r--r--todo.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 7d570e5..09dec65 100644
--- a/todo.md
+++ b/todo.md
@@ -11,6 +11,10 @@ ALL:
```
- implement the concept of closing a window (which renders it unavilable for future use) and make it part of the Closing documentation
- make sure message boxes can be closed in arbitrary order meaningfully
+ - windows: the first message box closing will destroy the window properly and reenable the parent, but the actual call to MessageBox() won't return until the second dialog does
+ - docs don't say anything about threads but implies you can't call MessageBox() from a different thread
+ - GTK+: ???
+ - OS X: ???
MAC OS X:
- NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)