summaryrefslogtreecommitdiff
path: root/redo/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/window.go')
-rw-r--r--redo/window.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/window.go b/redo/window.go
index 0c6391f..d700d14 100644
--- a/redo/window.go
+++ b/redo/window.go
@@ -25,6 +25,8 @@ type Window interface {
// If this handler returns true, the Window is closed as defined by Close above.
// If this handler returns false, the Window is not closed.
OnClosing(func() bool)
+
+ windowDialog
}
// NewWindow creates a new Window with the given title text, size, and control.