extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 19:24:46 +0000 (19:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 19:24:46 +0000 (19:24 +0000)
commit4bd6ae0fad71f7653fb3c78063bfe8e18a46d308
tree731794b5381def68b98fffa48a75d5bf6fc7a4c1
parent2fbef279471806947b5568700ec1cc69a68fe412
extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class shouldn't have to worry about its derived classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/listctrl.h
src/msw/listctrl.cpp
src/msw/window.cpp