diff options
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 { |
