diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-28 09:37:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-28 09:37:31 -0400 |
| commit | 3fbf746682de3c68d484eae2343dacb0857da871 (patch) | |
| tree | 262cc4675cb69c7a79da602c71609dfc34cfd5d6 /window.go | |
| parent | 9134189f5216527188441fcc1376568575d78a77 (diff) | |
Added rewrite of most of the dialog system for the new API. The Windows API is, however, getting in the way...
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 ) |
