From adbe5303e7d97e439e1f1f75df23d357b037f702 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 26 Aug 2014 12:52:32 -0400 Subject: Changed the way dialogs work so that they do real modality properly and implemented such on Windows. --- redo/window.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/window.go') 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. -- cgit v1.2.3