Removed the bit about selectable messagebox text from the TODO file: that's a platform-specific thing.
This commit is contained in:
parent
420c640aea
commit
7d02af4e81
1
todo.md
1
todo.md
|
@ -1,7 +1,6 @@
|
||||||
so I don't forget:
|
so I don't forget:
|
||||||
- [GTK+] Listbox should have a border style
|
- [GTK+] Listbox should have a border style
|
||||||
- should Labels be selectable?
|
- should Labels be selectable?
|
||||||
- should message box text be selectable on all platforms or only on those that make it the default?
|
|
||||||
- Message boxes should not show secondary text if none is specified. [TODO figure out what I meant by this]
|
- Message boxes should not show secondary text if none is specified. [TODO figure out what I meant by this]
|
||||||
- note that you can change event channels before opening the window; this allows unifying menus/toolbars/etc.
|
- note that you can change event channels before opening the window; this allows unifying menus/toolbars/etc.
|
||||||
- will probably want to bring back Event() for this (but as NewEvent())
|
- will probably want to bring back Event() for this (but as NewEvent())
|
||||||
|
|
Loading…
Reference in New Issue