diff --git a/spinbox_windows.go b/spinbox_windows.go index 42f21b4..976611d 100644 --- a/spinbox_windows.go +++ b/spinbox_windows.go @@ -10,6 +10,7 @@ import ( import "C" // TODO do we have to manually monitor user changes to the edit control? +// TODO WS_EX_CLIENTEDGE on the updown? type spinbox struct { hwndEdit C.HWND