More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-22 14:17:11 -04:00
parent 7d714c455b
commit ba31d13c6d
1 changed files with 7 additions and 0 deletions

View File

@ -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,