From 6c913bd3e62593ef5b37803eda923c0d88951896 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 29 Jun 2014 15:46:06 -0400 Subject: [PATCH] More TODOs. --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 3710d19..7d570e5 100644 --- a/todo.md +++ b/todo.md @@ -10,6 +10,7 @@ ALL: 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 +- make sure message boxes can be closed in arbitrary order meaningfully 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)