diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 15:54:56 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 15:54:56 -0500 |
| commit | 61d7f285ac3ba1e2da84e1b8323cb45b0e8fd799 (patch) | |
| tree | 94d378573f393e79605f4513746d8e79617f683d /sysdata.go | |
| parent | 9070eae214fd8054bc888f61adbea7d6749dc71b (diff) | |
Renamed sysData.editable to sysData.alternate in preparation for ListBox.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()") |
