wxWidgets/samples/toolbar
Vadim Zeitlin 0639363014 Generate erase background events for native controls too under MSW.
Remove the test which prevented the generation of erase background events from
wxMSW::wxWindow::HandleEraseBkgnd(). Although it is true that native controls
mostly erase background on their own, there are exceptions: we must erase the
background of wxToolBar ourselves, for example. More importantly, there is no
reason to prevent the user code from defining wxEVT_ERASE_BACKGROUND handlers
for the native controls as this works just fine under MSW (although it doesn't
under GTK nor probably other ports...). So also add a test erase background
handler to the toolbar sample to verify that this does work.

Closes #11514.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-12-07 13:37:01 +00:00
..
bitmaps made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
makefile.bcc Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.gcc Rebake after last commit. 2009-11-18 19:22:58 +00:00
Makefile.in Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.unx Rebaked using post-0.2.7 svn version of bakefile. 2009-10-23 17:48:21 +00:00
makefile.vc Rebake after last commit. 2009-11-18 19:22:58 +00:00
makefile.wat Rebake after last commit. 2009-11-18 19:22:58 +00:00
mondrian.ico
mondrian.xpm made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
mondros2.ico
toolbar_vc7.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
toolbar_vc8.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
toolbar_vc9.vcproj Rebake after last commit. 2009-11-18 19:22:58 +00:00
toolbar.bkl
toolbar.cpp Generate erase background events for native controls too under MSW. 2009-12-07 13:37:01 +00:00
toolbar.dsp Rebake everything using bakefile 0.2.7. 2009-10-22 16:53:10 +00:00
toolbar.rc
toolbar.rco