More TODOs.
This commit is contained in:
parent
1f0299bd51
commit
2d7e168e6a
1
todo.md
1
todo.md
|
@ -15,6 +15,7 @@ ALL:
|
||||||
- docs don't say anything about threads but implies you can't call MessageBox() from a different thread
|
- docs don't say anything about threads but implies you can't call MessageBox() from a different thread
|
||||||
- GTK+: ???
|
- GTK+: ???
|
||||||
- OS X: ???
|
- OS X: ???
|
||||||
|
- describe the thread safety of Window (needs to clarify construct, create, open, close, show, hide first)
|
||||||
|
|
||||||
MAC 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)
|
- 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)
|
||||||
|
|
Loading…
Reference in New Issue