summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-07 19:28:25 -0500
committerPietro Gagliardi <[email protected]>2014-03-07 19:28:25 -0500
commit9dc6e6f7b39e9a3615ce21e2e03f82315038a470 (patch)
treed5d1a8e6ecb94aace8db132c8a9738907f01c06e /todo.md
parent48fc6fbeabaa7242c8e69e7e6037faa296a6c44d (diff)
Pinned (or marked for later pinninig) behavior of various controls; also improved Space()'s documentation.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index d6fc188..a347708 100644
--- a/todo.md
+++ b/todo.md
@@ -66,9 +66,7 @@ super ultra important things:
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
- - for instance, initial selection state of Combobox and Listbox
- - related: should a noneditable Combobox be allowed to return to unselected mode by the user?
+ - 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?)
- 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?
@@ -82,3 +80,4 @@ maybe:
- rename Stack to Box?
- make Combobox and Listbox satisfy sort.Interface?
- indeterminate progress bars (not supported on Windows 2000)
+- should a noneditable Combobox be allowed to return to unselected mode by the user?