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_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_windows.go') diff --git a/sysdata_windows.go b/sysdata_windows.go index 81a2d11..b541bee 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -70,6 +70,7 @@ var classTypes = [nctypes]*classData{ name: "EDIT", style: _ES_AUTOHSCROLL | _WS_BORDER | controlstyle, xstyle: 0 | controlxstyle, + altStyle: _ES_PASSWORD | _ES_AUTOHSCROLL | _WS_BORDER | controlstyle, font: &controlFont, }, c_label: &classData{ -- cgit v1.2.3