More TODOs.
This commit is contained in:
parent
385993792f
commit
c807771092
1
todo.md
1
todo.md
|
@ -9,6 +9,7 @@ ALL:
|
||||||
*(d.(*bool)) = true
|
*(d.(*bool)) = true
|
||||||
ui.Stop <- struct{}{}
|
ui.Stop <- struct{}{}
|
||||||
```
|
```
|
||||||
|
- implement the concept of closing a window (which renders it unavilable for future use) and make it part of the Closing documentation
|
||||||
|
|
||||||
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