summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-28 16:02:50 -0400
committerPietro Gagliardi <[email protected]>2014-06-28 16:02:50 -0400
commit02d6a03ba3a657aa7b50d072771361236bb207a3 (patch)
tree84b3f82db75150b88f31ef7547925c5f78664025 /window.go
parentcd116033a380a119a3a025cb54873b5732cb3803 (diff)
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...
Diffstat (limited to 'window.go')
-rw-r--r--window.go1
1 files changed, 0 insertions, 1 deletions
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
)