diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 15:06:51 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 15:06:51 -0500 |
| commit | 06fa3a5174e02ebf1061e67e60530c6d519eb9c1 (patch) | |
| tree | 4ee67ce5dc7aa8d10152915a422f5adc6ad6d9ba /sysdata.go | |
| parent | 04ae299ef0918ad1e0c4482b71c00b49484924bb (diff) | |
Added password entry fields; they are the alternate mode of LineEdit.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()") |
