summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-05 23:10:07 -0400
committerPietro Gagliardi <[email protected]>2014-04-05 23:10:07 -0400
commit7d02af4e81e89a15ebdcb60e304a250b09adaaea (patch)
tree550bbb30b5f60412f495f968332afe7e496dfaca /todo.md
parent420c640aea536788f9507939370568c23bd39fab (diff)
Removed the bit about selectable messagebox text from the TODO file: that's a platform-specific thing.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 4bbbcfb..62366dd 100644
--- a/todo.md
+++ b/todo.md
@@ -1,7 +1,6 @@
so I don't forget:
- [GTK+] Listbox should have a border style
- 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]
- 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())