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.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index a0b5b10..d2c002e 100644 --- a/sysdata.go +++ b/sysdata.go @@ -30,5 +30,6 @@ func (c *cSysData) setRect(x int, y int, width int, height int) error { const ( c_window = iota c_button + c_checkbox nctypes ) -- cgit v1.2.3