summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 16:44:45 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 16:44:45 -0400
commitbd907dadd8d601acc4208b38c374aa0bcdb7c43f (patch)
tree0fe28bf62933fc396082b480a7aaf101bc874959 /sysdata_windows.go
parent1516c0d938bbbb29978f0729def360721991c4d1 (diff)
More future plans and TODOs.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 3099a79..d7beb8f 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -90,6 +90,7 @@ var classTypes = [nctypes]*classData{
// TODO also _WS_HSCROLL?
// we don't use _LBS_STANDARD because it sorts (and has WS_BORDER; see above)
// _LBS_NOINTEGRALHEIGHT gives us exactly the size we want
+ // TODO say why we don't use LBS_MULTISEL (listbox docs and http://msdn.microsoft.com/en-us/library/windows/desktop/aa511485.aspx)
style: _LBS_NOTIFY | _LBS_NOINTEGRALHEIGHT | _WS_VSCROLL | controlstyle,
xstyle: _WS_EX_CLIENTEDGE | controlxstyle,
altStyle: _LBS_EXTENDEDSEL | _LBS_NOTIFY | _LBS_NOINTEGRALHEIGHT | _WS_VSCROLL | controlstyle,