summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-30 10:49:22 -0400
committerPietro Gagliardi <[email protected]>2014-10-30 10:49:22 -0400
commit60283504d352e2283c8b01e46f32696bb5a6134a (patch)
treeb95eafb67b2e11fac68bba42061a09b04a0d4528
parent071ebcf5be6a0c62f502901e1713cc7ba82fac47 (diff)
More TODOs.
-rw-r--r--spinbox_windows.go1
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