summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-13 12:26:43 -0500
committerPietro Gagliardi <[email protected]>2014-02-13 12:26:43 -0500
commitf3c77bda6e720fe7750fc3db2aa38f8b74faf585 (patch)
tree39179c1299e4a28717645776c208ccf1c28c4005 /sysdata.go
parentc36c863fe11d08b915aa51de96313d5d5049fd97 (diff)
Added checkboxes. You can't really do anything with them yet, though...
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go1
1 files changed, 1 insertions, 0 deletions
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
)