summaryrefslogtreecommitdiff
path: root/redo/controls.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls.go')
-rw-r--r--redo/controls.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/controls.go b/redo/controls.go
index b40256a..0500ac6 100644
--- a/redo/controls.go
+++ b/redo/controls.go
@@ -5,7 +5,8 @@ package ui
// 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 {
- // TODO reparent (public)
+ unparent()
+ parent(*window)
// TODO enable/disable (public)
// TODO show/hide (public)
// TODO sizing (likely private)