minor refactoring of OnEraseBackground()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-07-24 14:57:57 +00:00
parent 4dd31ff527
commit 2588b9c467
2 changed files with 35 additions and 36 deletions

View File

@@ -118,6 +118,9 @@ protected:
// unneeded
void CreateDisabledImageList();
// get the Windows toolbar style of this control
long GetMSWToolbarStyle() const;
// the big bitmap containing all bitmaps of the toolbar buttons
WXHBITMAP m_hBitmap;