summaryrefslogtreecommitdiff
path: root/redo/window.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-26 12:52:32 -0400
committerPietro Gagliardi <[email protected]>2014-08-26 12:52:32 -0400
commitadbe5303e7d97e439e1f1f75df23d357b037f702 (patch)
treea9bafa99c1def93cae7afc54c3f2679445b3c0f5 /redo/window.go
parente7490ce49b113f4d1877de8f5ee4b40b183fbabf (diff)
Changed the way dialogs work so that they do real modality properly and implemented such on Windows.
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.