diff options
Diffstat (limited to 'spinbox_windows.go')
| -rw-r--r-- | spinbox_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
