summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 11:59:40 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 11:59:40 -0400
commit9e185d815eec14ea9f50ffbbbf171cf78e597808 (patch)
treeb91a9d5916928516d4e11bf4ea4c32846a93b9d3 /todo.md
parent0a54daa7b1a3b433cce594bdac16659a06445c74 (diff)
Documented that event channels can be assigned to each other to collapse events.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.md b/todo.md
index cbb1d12..6d92819 100644
--- a/todo.md
+++ b/todo.md
@@ -1,8 +1,6 @@
so I don't forget:
- should Labels be selectable?
- 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())
- add bounds checking to Area's sizing methods
- describe thread-safety of Area.SetSize()
- should all instances of -1 as error returns from Windows functions be changed to ^0 or does the uintptr() conversion handle sign extension?