summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-28 21:42:54 -0400
committerPietro Gagliardi <[email protected]>2014-06-28 21:42:54 -0400
commitc807771092db14e46067084308d500ec87a74982 (patch)
treef9edf8fd78a3f879d02bd63501f0538ff6f119b9
parent385993792f62f47c4164466ee1d5248b0921b0a5 (diff)
More TODOs.
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index a7351f7..3710d19 100644
--- a/todo.md
+++ b/todo.md
@@ -9,6 +9,7 @@ ALL:
*(d.(*bool)) = true
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:
- 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)