From 60283504d352e2283c8b01e46f32696bb5a6134a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 30 Oct 2014 10:49:22 -0400 Subject: [PATCH] More TODOs. --- spinbox_windows.go | 1 + 1 file changed, 1 insertion(+) 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