From 06fa3a5174e02ebf1061e67e60530c6d519eb9c1 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Feb 2014 15:06:51 -0500 Subject: Added password entry fields; they are the alternate mode of LineEdit. --- sysdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata.go') 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()") -- cgit v1.2.3