summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-09 22:38:22 -0400
committerPietro Gagliardi <[email protected]>2014-06-09 22:38:22 -0400
commit764010bd812a54566305e7bf1b2af0ce31f4cc0d (patch)
tree3ca60e9a40b51d32944ef6c25340eabfe95dac6f
parent37ab5f41a7b08f8101f4716a89c90b0b2132e015 (diff)
Areas have worked on all platforms forever now; remove the GTK+ only note from its documentation.
-rw-r--r--area.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/area.go b/area.go
index 04dfbaf..27cba62 100644
--- a/area.go
+++ b/area.go
@@ -27,8 +27,6 @@ import (
// systems; trying ot recreate these yourself is only going
// to lead to trouble.
// [FOR FUTURE PLANNING Use TextArea instead, providing a TextAreaHandler.]
-//
-// To facilitate development and debugging, for the time being, Areas only work on GTK+.
type Area struct {
lock sync.Mutex
created bool