Documented the previous commit and more TODOs.
This commit is contained in:
parent
2a2d730d12
commit
f45a192247
|
@ -19,6 +19,8 @@ import (
|
||||||
// To handle events to the Area, an Area must be paired with an AreaHandler.
|
// To handle events to the Area, an Area must be paired with an AreaHandler.
|
||||||
// See AreaHandler for details.
|
// 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.
|
// Do not use an Area if you intend to read text.
|
||||||
// Area reads keys based on their position on a standard
|
// Area reads keys based on their position on a standard
|
||||||
// 101-key keyboard, and does no character processing.
|
// 101-key keyboard, and does no character processing.
|
||||||
|
|
|
@ -48,3 +48,5 @@ windows
|
||||||
- tab order is backwards
|
- tab order is backwards
|
||||||
mac os x
|
mac os x
|
||||||
- applicationShouldTerminate: not handled
|
- applicationShouldTerminate: not handled
|
||||||
|
gtk+, mac os x
|
||||||
|
- default buttons, escape
|
||||||
|
|
Loading…
Reference in New Issue