From 92fb9efce9d9f84e06f574243218e3c6d7478d18 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Mar 2014 13:50:02 -0400 Subject: Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.delete(), since they are no longer used. Updated the TODO file to mark this issue closed. --- todo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'todo.md') diff --git a/todo.md b/todo.md index ec02400..87d5c76 100644 --- a/todo.md +++ b/todo.md @@ -17,8 +17,7 @@ so I don't forget: - 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 +- have methods that take indices panic on invalid index, like the Stack and Grid stretchy methods - make the Windows implementation of message boxes run on uitask - ensure MsgBoxError can run if initialization failed if things change ever - should Labels be selectable? -- cgit v1.2.3