Merge branch 'toolbar_change_placing' of https://github.com/a-wi/wxWidgets

Fix several problems related to SetToolPacking() in wxMSW.
This commit is contained in:
Vadim Zeitlin
2015-12-17 02:09:21 +01:00
2 changed files with 37 additions and 10 deletions

View File

@@ -136,6 +136,8 @@ protected:
// get the Windows toolbar style of this control
long GetMSWToolbarStyle() const;
// set native toolbar padding
void MSWSetPadding(WXWORD padding);
// the big bitmap containing all bitmaps of the toolbar buttons
WXHBITMAP m_hBitmap;