From 11ab485dff77b95d0577cd362ca4f22277f43cc4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Mar 2014 11:48:32 -0400 Subject: [PATCH] More TODOs. --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 7d521f8..5f69cfe 100644 --- a/todo.md +++ b/todo.md @@ -15,6 +15,7 @@ so I don't forget: - Combobox and Listbox insertions and deletions should allow bulk (...string) - Combobox/Listbox.DeleteAll - Combobox/Listbox.Select (with Listbox.Select allowing bulk) + - Checkbox.Check or Checkbox.SetChecked - Listbox.SelectAll - have Listbox.Delete() panic on invalid index; it does not yet due to the Mac OS X signaling issue mentioned under "super important" - same for other methods that take indices, like the Stack and Grid stretchy methods