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:
Vadim Zeitlin
2008-06-06 23:33:58 +00:00
parent 9543d01ca1
commit e98e625cbb
7 changed files with 92 additions and 90 deletions

View File

@@ -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
-----------------------------------------