summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-13 14:12:09 -0400
committerPietro Gagliardi <[email protected]>2014-08-13 14:12:09 -0400
commitf45a192247bcf31568ebfc3fe0f47d8305853bc7 (patch)
tree3fa838d4839278a48b22b1f3eb82454ce8ab0e3b
parent2a2d730d12086097a977370e9f3a87c3053ac7ae (diff)
Documented the previous commit and more TODOs.
-rw-r--r--redo/area.go2
-rw-r--r--redo/future2
2 files changed, 4 insertions, 0 deletions
diff --git a/redo/area.go b/redo/area.go
index 2ce7d5c..b4b2f78 100644
--- a/redo/area.go
+++ b/redo/area.go
@@ -19,6 +19,8 @@ import (
// To handle events to the Area, an Area must be paired with an AreaHandler.
// See AreaHandler for details.
//
+// Area will accept keyboard focus if tabbed into, but will refuse to relinquish keyboard focus if tabbed out.
+//
// Do not use an Area if you intend to read text.
// Area reads keys based on their position on a standard
// 101-key keyboard, and does no character processing.
diff --git a/redo/future b/redo/future
index f864a18..536e8d0 100644
--- a/redo/future
+++ b/redo/future
@@ -48,3 +48,5 @@ windows
- tab order is backwards
mac os x
- applicationShouldTerminate: not handled
+gtk+, mac os x
+ - default buttons, escape