From bd907dadd8d601acc4208b38c374aa0bcdb7c43f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 10 Apr 2014 16:44:45 -0400 Subject: More future plans and TODOs. --- sysdata_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_windows.go') 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, -- cgit v1.2.3