From 02d6a03ba3a657aa7b50d072771361236bb207a3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 28 Jun 2014 16:02:50 -0400 Subject: Decided to make dialogs code-modal; will figure out how to get the behavior I want on Mac OS X - http://stackoverflow.com/questions/24468620/how-do-i-create-a-nested-run-loop-after-nsalert-beginsheetmodalforwindow-tha - Now to see if Windows works... --- window.go | 1 - 1 file changed, 1 deletion(-) (limited to 'window.go') diff --git a/window.go b/window.go index 8d0e2f4..b348ae8 100644 --- a/window.go +++ b/window.go @@ -37,7 +37,6 @@ type Event int const ( Closing Event = iota // Window close Clicked // Button click - Dismissed // Dialog closed CustomEvent = 5000 // very high number; higher than the package would ever need, anyway ) -- cgit v1.2.3