Areas have worked on all platforms forever now; remove the GTK+ only note from its documentation.
This commit is contained in:
parent
37ab5f41a7
commit
764010bd81
2
area.go
2
area.go
|
@ -27,8 +27,6 @@ import (
|
||||||
// systems; trying ot recreate these yourself is only going
|
// systems; trying ot recreate these yourself is only going
|
||||||
// to lead to trouble.
|
// to lead to trouble.
|
||||||
// [FOR FUTURE PLANNING Use TextArea instead, providing a TextAreaHandler.]
|
// [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 {
|
type Area struct {
|
||||||
lock sync.Mutex
|
lock sync.Mutex
|
||||||
created bool
|
created bool
|
||||||
|
|
Loading…
Reference in New Issue