More TODOs.
This commit is contained in:
parent
d07d0f481a
commit
11ab485dff
1
todo.md
1
todo.md
|
@ -15,6 +15,7 @@ so I don't forget:
|
||||||
- Combobox and Listbox insertions and deletions should allow bulk (...string)
|
- Combobox and Listbox insertions and deletions should allow bulk (...string)
|
||||||
- Combobox/Listbox.DeleteAll
|
- Combobox/Listbox.DeleteAll
|
||||||
- Combobox/Listbox.Select (with Listbox.Select allowing bulk)
|
- Combobox/Listbox.Select (with Listbox.Select allowing bulk)
|
||||||
|
- Checkbox.Check or Checkbox.SetChecked
|
||||||
- Listbox.SelectAll
|
- 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"
|
- 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
|
- same for other methods that take indices, like the Stack and Grid stretchy methods
|
||||||
|
|
Loading…
Reference in New Issue