summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 15:06:51 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 15:06:51 -0500
commit06fa3a5174e02ebf1061e67e60530c6d519eb9c1 (patch)
tree4ee67ce5dc7aa8d10152915a422f5adc6ad6d9ba /sysdata.go
parent04ae299ef0918ad1e0c4482b71c00b49484924bb (diff)
Added password entry fields; they are the alternate mode of LineEdit.
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index 51f1d5e..f6a4455 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -17,7 +17,7 @@ type cSysData struct {
ctype int
event chan struct{}
resize func(x int, y int, width int, height int) error
- alternate bool // editable for Combobox, multi-select for listbox
+ alternate bool // editable for Combobox, multi-select for listbox, password for lineedit
}
func (c *cSysData) make(initText string, window *sysData) error {
panic(runtime.GOOS + " sysData does not define make()")