From f45a192247bcf31568ebfc3fe0f47d8305853bc7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Aug 2014 14:12:09 -0400 Subject: [PATCH] Documented the previous commit and more TODOs. --- redo/area.go | 2 ++ redo/future | 2 ++ 2 files changed, 4 insertions(+) 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