diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ 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 ) |
