wx.InitAllImageHandlers is now an empty function that does nothing but

exist for backwards compatibility.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-17 19:16:17 +00:00
parent 571d14b262
commit a31507415d
7 changed files with 23 additions and 4 deletions

View File

@@ -654,7 +654,6 @@ wxImage_AddHandler = wx._core.Image_AddHandler
wxImage_InsertHandler = wx._core.Image_InsertHandler
wxImage_RemoveHandler = wx._core.Image_RemoveHandler
wxImage_GetImageExtWildcard = wx._core.Image_GetImageExtWildcard
wxInitAllImageHandlers = wx._core.InitAllImageHandlers
wxNullImage = wx._core.NullImage
wxIMAGE_OPTION_BMP_FORMAT = wx._core.IMAGE_OPTION_BMP_FORMAT
wxIMAGE_OPTION_CUR_HOTSPOT_X = wx._core.IMAGE_OPTION_CUR_HOTSPOT_X
@@ -1075,6 +1074,7 @@ wxDLG_PNT = wx._core.DLG_PNT
wxDLG_SZE = wx._core.DLG_SZE
wxPyAssertionError = wx._core.PyAssertionError
wxMemoryFSHandler_AddFile = wx._core.MemoryFSHandler_AddFile
wxInitAllImageHandlers = wx._core.InitAllImageHandlers
d = globals()