From f3c77bda6e720fe7750fc3db2aa38f8b74faf585 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 13 Feb 2014 12:26:43 -0500 Subject: Added checkboxes. You can't really do anything with them yet, though... --- sysdata_windows.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdata_windows.go') diff --git a/sysdata_windows.go b/sysdata_windows.go index fd0d180..6856bc1 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -38,6 +38,11 @@ var classTypes = [nctypes]*classData{ style: _BS_PUSHBUTTON | controlstyle, xstyle: 0 | controlxstyle, }, + c_checkbox: &classData{ + name: "BUTTON", + style: _BS_AUTOCHECKBOX | controlstyle, + xstyle: 0 | controlxstyle, + }, } func (s *sysData) addChild(child *sysData) _HMENU { -- cgit v1.2.3