diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-11 13:50:02 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-11 13:50:02 -0400 |
| commit | 92fb9efce9d9f84e06f574243218e3c6d7478d18 (patch) | |
| tree | 8dab00a7dd655e9dd04008da50e6eb38bbdd939d /todo.md | |
| parent | c43583fe20a3a54920774fb762c74d22b60b70dc (diff) | |
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.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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? |
