preparation work for implementing images support in wxButton: move wxBitmapButton methods to the base class (enhancing/completing them in the process); there are no functionality changes yet (hopefully)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
|
||||
#define TMT_CONTENTMARGINS 3602
|
||||
#endif
|
||||
|
||||
#ifndef BCM_SETIMAGELIST
|
||||
#define BCM_SETIMAGELIST 0x1602
|
||||
#define BCM_SETTEXTMARGIN 0x1604
|
||||
#endif
|
||||
#endif // wxUSE_UXTHEME
|
||||
|
||||
#ifndef WM_THEMECHANGED
|
||||
|
Reference in New Issue
Block a user