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_windows.go | |
| parent | 04ae299ef0918ad1e0c4482b71c00b49484924bb (diff) | |
Added password entry fields; they are the alternate mode of LineEdit.
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |
