diff options
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 6e06392..254e6fd 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -6,9 +6,11 @@ const _AC_SRC_OVER = 0 const _BCM_GETIDEALSIZE = 5633 const _BI_RGB = 0 const _BM_GETCHECK = 240 +const _BM_SETCHECK = 241 const _BN_CLICKED = 0 const _BST_CHECKED = 1 -const _BS_AUTOCHECKBOX = 3 +const _BST_UNCHECKED = 0 +const _BS_CHECKBOX = 2 const _BS_PUSHBUTTON = 0 const _CBS_AUTOHSCROLL = 64 const _CBS_DROPDOWN = 2 |
