diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 15:00:59 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 15:00:59 -0500 |
| commit | 681afdf0adfc42c64cf5dd898ec17988a31f9cb7 (patch) | |
| tree | eb4c357433cb361db4f5328a1b3fb058feab5d86 /sysdata_windows.go | |
| parent | fbba8a581c1f0af9bc26baec02552f3453bca8f8 (diff) | |
Added LineEdit.
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go index 07a387d..a3aeab0 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -56,6 +56,11 @@ var classTypes = [nctypes]*classData{ insertAfterMsg: _CB_INSERTSTRING, deleteMsg: _CB_DELETESTRING, }, + c_lineedit: &classData{ + name: "EDIT", + style: _ES_AUTOHSCROLL | _WS_BORDER | controlstyle, + xstyle: 0 | controlxstyle, + }, } func (s *sysData) addChild(child *sysData) _HMENU { |
