Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -735,6 +735,10 @@ wxImageHandlerPtr = wx._core.ImageHandlerPtr
|
||||
wxImageHistogram = wx._core.ImageHistogram
|
||||
wxImageHistogramPtr = wx._core.ImageHistogramPtr
|
||||
wxImageHistogram_MakeKey = wx._core.ImageHistogram_MakeKey
|
||||
wxImage_RGBValue = wx._core.Image_RGBValue
|
||||
wxImage_RGBValuePtr = wx._core.Image_RGBValuePtr
|
||||
wxImage_HSVValue = wx._core.Image_HSVValue
|
||||
wxImage_HSVValuePtr = wx._core.Image_HSVValuePtr
|
||||
wxImage = wx._core.Image
|
||||
wxImagePtr = wx._core.ImagePtr
|
||||
wxImageFromMime = wx._core.ImageFromMime
|
||||
@@ -751,6 +755,8 @@ wxImage_AddHandler = wx._core.Image_AddHandler
|
||||
wxImage_InsertHandler = wx._core.Image_InsertHandler
|
||||
wxImage_RemoveHandler = wx._core.Image_RemoveHandler
|
||||
wxImage_GetImageExtWildcard = wx._core.Image_GetImageExtWildcard
|
||||
wxImage_RGBtoHSV = wx._core.Image_RGBtoHSV
|
||||
wxImage_HSVtoRGB = wx._core.Image_HSVtoRGB
|
||||
wxNullImage = wx._core.NullImage
|
||||
wxIMAGE_OPTION_FILENAME = wx._core.IMAGE_OPTION_FILENAME
|
||||
wxIMAGE_OPTION_BMP_FORMAT = wx._core.IMAGE_OPTION_BMP_FORMAT
|
||||
|
Reference in New Issue
Block a user