summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-10 16:00:11 -0500
committerPietro Gagliardi <[email protected]>2014-02-10 16:00:11 -0500
commit4d674ebd3d0e857fcaade5ff480ed6edd7eb7dd8 (patch)
treec6f0ebfb90e38304bd2fe9b017c510a1aea598f5 /common.go
parent0808c696f8b9350b9f859c9cb591f5a618e416f4 (diff)
Added listboxes and added a list box to the example window.
Diffstat (limited to 'common.go')
-rw-r--r--common.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.go b/common.go
index a51583d..51ebf6f 100644
--- a/common.go
+++ b/common.go
@@ -6,7 +6,8 @@ import (
"unsafe"
)
-// TODO filter out commctrl.h stuff because the combobox stuff has values that differ between windows versions and bleh
+// TODO filter out commctrl.h stuff because the combobox and listbox stuff has values that differ between windows versions and bleh
+// either that or switch to ComboBoxEx and ListView because they might not have that problem???
var (
user32 = syscall.NewLazyDLL("user32.dll")