From 61d7f285ac3ba1e2da84e1b8323cb45b0e8fd799 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 14 Feb 2014 15:54:56 -0500 Subject: Renamed sysData.editable to sysData.alternate in preparation for ListBox. --- sysdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 1ff257e..7ee8c79 100644 --- a/sysdata.go +++ b/sysdata.go @@ -10,7 +10,7 @@ type cSysData struct { ctype int event chan struct{} resize func(x int, y int, width int, height int) error - editable bool // for Combobox + alternate bool // editable for Combobox, multi-select for listbox } func (c *cSysData) make(initText string, initWidth int, initHeight int, window *sysData) error { panic(runtime.GOOS + " sysData does not define make()") -- cgit v1.2.3