change longs used for bitmap types to wxBitmapType (#9126)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -186,6 +186,10 @@ Changes in behaviour which may result in compilation errors
|
||||
wxConfig now tries to convert all unknown types to wxString automatically.
|
||||
The simplest solution is to cast the enum value to int.
|
||||
|
||||
- Several wxImage methods which previously had "long bitmaptype" parameters
|
||||
have been changed to accept "wxBitmapType bitmaptype", please use enum
|
||||
wxBitmapType in your code.
|
||||
|
||||
Deprecated methods and their replacements
|
||||
-----------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user