summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-15 17:14:47 -0400
committerPietro Gagliardi <[email protected]>2014-03-15 17:14:47 -0400
commit0cf3a69ed7f8383260b18ebd2f12574610840777 (patch)
tree9c3fbbacefa2300809c8c50e165499e52c378502 /todo.md
parentb8a3ba82b9649bcc895ba3a4a1540bc225973ef2 (diff)
More mouse event planning and TODOs.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 3d12c2a..4cf909d 100644
--- a/todo.md
+++ b/todo.md
@@ -79,6 +79,7 @@ important things:
- make specific wording in documentation consistent (make/create, etc.)
- document minor details like wha thappens on specific events so that they are guaranteed to work the same on all platforms (are there any left?)
- what happens when the user clicks and drags on a listbox
+ - should field descriptions in method comments include the receiver name? (for instance e.Held vs. Held) - see what Go's own documentation does
- make passing of parameters and type conversions of parameters to uitask on Windows consistent: explicit _WPARAM(xxx)/_LPARAM(xxx)/uintptr(xxx), for example
- do this for type signatures in exported functions: (err error) or just error?
- do this for the names of GTK+ helper functions (gtkXXX or gXXX)