From ba31d13c6d961545037cf0572c717e2643893180 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 22 Oct 2014 14:17:11 -0400 Subject: More TODOs. --- textfield_windows.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/textfield_windows.go b/textfield_windows.go index 76ec882..d3b4193 100644 --- a/textfield_windows.go +++ b/textfield_windows.go @@ -16,6 +16,13 @@ type textfield struct { var editclass = toUTF16("EDIT") +/* +notes about multiline text boxes +- ES_LEFT | ES_MULTILINE | ES_NOHIDESEL | ES_WANTRETURN +(ES_AUTOVSCROLL as well?) +(what about word wrap?) +*/ + func startNewTextField(style C.DWORD) *textfield { hwnd := C.newControl(editclass, style|C.textfieldStyle, -- cgit v1.2.3