diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-07 04:19:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-07 04:19:37 -0400 |
| commit | 77fdd9d1c34b6f75942996cfd578c3ccbe5fdd2d (patch) | |
| tree | aa9925b4fc8abe0eabcee1e43f91bc4b8aa2bf85 /zconstants_windows_386.go | |
| parent | dcefa88a048339f7311c3e2ce98217013117c739 (diff) | |
Documented window switch clicks in Area and implemented them on Windows and Mac OS X.
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 69c9071..51bdbcc 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -49,6 +49,7 @@ const _LB_GETTEXT = 393 const _LB_GETTEXTLEN = 394 const _LB_INSERTSTRING = 385 const _LF_FACESIZE = 32 +const _MA_ACTIVATE = 1 const _MB_APPLMODAL = 0 const _MB_ICONERROR = 16 const _MB_OK = 0 |
