Removed outdated comment from Control's documentation.
This commit is contained in:
parent
a282a12b81
commit
bf57ce17ca
|
@ -3,7 +3,6 @@
|
||||||
package ui
|
package ui
|
||||||
|
|
||||||
// Control represents a control.
|
// Control represents a control.
|
||||||
// All Controls have event handlers that take a single argument (the Doer active during the event) and return nothing.
|
|
||||||
type Control interface {
|
type Control interface {
|
||||||
setParent(p *controlParent) // controlParent defined per-platform
|
setParent(p *controlParent) // controlParent defined per-platform
|
||||||
controlSizing
|
controlSizing
|
||||||
|
|
Loading…
Reference in New Issue