Improve wxCheckListBox appearance under Vista/Win7.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:22:00 +0000 (13:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:22:00 +0000 (13:22 +0000)
commit85ee88cd536cbf8b347e58f84b160b60204ed157
tree17078afa3e09827894b673cb0a87a53f2ad63f36
parentee00931326788270a5ec1bd4aa31b19b49b386ed
Improve wxCheckListBox appearance under Vista/Win7.

Fix the items alignment and also code cleanup: fix indentation, remove magic
numbers &c.

Closes #10286.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/checklst.h
include/wx/msw/listbox.h
src/msw/checklst.cpp
src/msw/listbox.cpp
src/msw/ownerdrw.cpp