## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
##
-## Generated by ./distrib/build_renamers.py
+## Generated by BuildRenamers in config.py
# This silly stuff here is so the wxPython.wx module doesn't conflict
# with the wx package. We need to import modules from the wx package
wxID_ABORT = wx._core.ID_ABORT
wxID_RETRY = wx._core.ID_RETRY
wxID_IGNORE = wx._core.ID_IGNORE
+wxID_ADD = wx._core.ID_ADD
+wxID_REMOVE = wx._core.ID_REMOVE
+wxID_UP = wx._core.ID_UP
+wxID_DOWN = wx._core.ID_DOWN
+wxID_HOME = wx._core.ID_HOME
+wxID_REFRESH = wx._core.ID_REFRESH
+wxID_STOP = wx._core.ID_STOP
+wxID_INDEX = wx._core.ID_INDEX
+wxID_BOLD = wx._core.ID_BOLD
+wxID_ITALIC = wx._core.ID_ITALIC
+wxID_JUSTIFY_CENTER = wx._core.ID_JUSTIFY_CENTER
+wxID_JUSTIFY_FILL = wx._core.ID_JUSTIFY_FILL
+wxID_JUSTIFY_RIGHT = wx._core.ID_JUSTIFY_RIGHT
+wxID_JUSTIFY_LEFT = wx._core.ID_JUSTIFY_LEFT
+wxID_UNDERLINE = wx._core.ID_UNDERLINE
+wxID_INDENT = wx._core.ID_INDENT
+wxID_UNINDENT = wx._core.ID_UNINDENT
+wxID_ZOOM_100 = wx._core.ID_ZOOM_100
+wxID_ZOOM_FIT = wx._core.ID_ZOOM_FIT
+wxID_ZOOM_IN = wx._core.ID_ZOOM_IN
+wxID_ZOOM_OUT = wx._core.ID_ZOOM_OUT
+wxID_UNDELETE = wx._core.ID_UNDELETE
+wxID_REVERT_TO_SAVED = wx._core.ID_REVERT_TO_SAVED
wxID_HIGHEST = wx._core.ID_HIGHEST
wxOPEN = wx._core.OPEN
wxSAVE = wx._core.SAVE
wxPD_ELAPSED_TIME = wx._core.PD_ELAPSED_TIME
wxPD_ESTIMATED_TIME = wx._core.PD_ESTIMATED_TIME
wxPD_REMAINING_TIME = wx._core.PD_REMAINING_TIME
+wxPD_SMOOTH = wx._core.PD_SMOOTH
+wxPD_CAN_SKIP = wx._core.PD_CAN_SKIP
wxDD_NEW_DIR_BUTTON = wx._core.DD_NEW_DIR_BUTTON
wxDD_DEFAULT_STYLE = wx._core.DD_DEFAULT_STYLE
wxMENU_TEAROFF = wx._core.MENU_TEAROFF
wxBORDER_SUNKEN = wx._core.BORDER_SUNKEN
wxBORDER_DOUBLE = wx._core.BORDER_DOUBLE
wxBORDER_MASK = wx._core.BORDER_MASK
+wxBG_STYLE_SYSTEM = wx._core.BG_STYLE_SYSTEM
+wxBG_STYLE_COLOUR = wx._core.BG_STYLE_COLOUR
+wxBG_STYLE_CUSTOM = wx._core.BG_STYLE_CUSTOM
wxDEFAULT = wx._core.DEFAULT
wxDECORATIVE = wx._core.DECORATIVE
wxROMAN = wx._core.ROMAN
wxRectPtr = wx._core.RectPtr
wxRectPP = wx._core.RectPP
wxRectPS = wx._core.RectPS
+wxRectS = wx._core.RectS
wxIntersectRect = wx._core.IntersectRect
wxPoint2D = wx._core.Point2D
wxPoint2DPtr = wx._core.Point2DPtr
wxFromEnd = wx._core.FromEnd
wxInputStream = wx._core.InputStream
wxInputStreamPtr = wx._core.InputStreamPtr
+wxInputStream = wx._core.InputStream
wxOutputStream = wx._core.OutputStream
wxOutputStreamPtr = wx._core.OutputStreamPtr
wxFSFile = wx._core.FSFile
wxCPPFileSystemHandlerPtr = wx._core.CPPFileSystemHandlerPtr
wxFileSystemHandler = wx._core.FileSystemHandler
wxFileSystemHandlerPtr = wx._core.FileSystemHandlerPtr
+wxFileSystemHandler = wx._core.FileSystemHandler
wxFileSystem = wx._core.FileSystem
wxFileSystemPtr = wx._core.FileSystemPtr
wxFileSystem_AddHandler = wx._core.FileSystem_AddHandler
wxEmptyImage = wx._core.EmptyImage
wxImageFromBitmap = wx._core.ImageFromBitmap
wxImageFromData = wx._core.ImageFromData
+wxImageFromDataWithAlpha = wx._core.ImageFromDataWithAlpha
wxImage_CanRead = wx._core.Image_CanRead
wxImage_GetImageCount = wx._core.Image_GetImageCount
wxImage_CanReadStream = wx._core.Image_CanReadStream
wxXPMHandlerPtr = wx._core.XPMHandlerPtr
wxTIFFHandler = wx._core.TIFFHandler
wxTIFFHandlerPtr = wx._core.TIFFHandlerPtr
+wxQUANTIZE_INCLUDE_WINDOWS_COLOURS = wx._core.QUANTIZE_INCLUDE_WINDOWS_COLOURS
+wxQUANTIZE_FILL_DESTINATION_IMAGE = wx._core.QUANTIZE_FILL_DESTINATION_IMAGE
+wxQuantize = wx._core.Quantize
+wxQuantizePtr = wx._core.QuantizePtr
+wxQuantize_Quantize = wx._core.Quantize_Quantize
wxEvtHandler = wx._core.EvtHandler
wxEvtHandlerPtr = wx._core.EvtHandlerPtr
wxEVENT_PROPAGATE_NONE = wx._core.EVENT_PROPAGATE_NONE
wxPRINT_POSTSCRIPT = wx._core.PRINT_POSTSCRIPT
wxPyApp = wx._core.PyApp
wxPyAppPtr = wx._core.PyAppPtr
+wxPyApp_IsMainLoopRunning = wx._core.PyApp_IsMainLoopRunning
wxPyApp_GetMacSupportPCMenuShortcuts = wx._core.PyApp_GetMacSupportPCMenuShortcuts
wxPyApp_GetMacAboutMenuItemId = wx._core.PyApp_GetMacAboutMenuItemId
wxPyApp_GetMacPreferencesMenuItemId = wx._core.PyApp_GetMacPreferencesMenuItemId
wxPostEvent = wx._core.PostEvent
wxApp_CleanUp = wx._core.App_CleanUp
wxGetApp = wx._core.GetApp
+wxSetDefaultPyEncoding = wx._core.SetDefaultPyEncoding
+wxGetDefaultPyEncoding = wx._core.GetDefaultPyEncoding
+wxEventLoop = wx._core.EventLoop
+wxEventLoopPtr = wx._core.EventLoopPtr
+wxEventLoop_GetActive = wx._core.EventLoop_GetActive
+wxEventLoop_SetActive = wx._core.EventLoop_SetActive
wxAcceleratorEntry = wx._core.AcceleratorEntry
wxAcceleratorEntryPtr = wx._core.AcceleratorEntryPtr
wxAcceleratorTable = wx._core.AcceleratorTable
wxFLEX_GROWMODE_ALL = wx._core.FLEX_GROWMODE_ALL
wxFlexGridSizer = wx._core.FlexGridSizer
wxFlexGridSizerPtr = wx._core.FlexGridSizerPtr
+wxStdDialogButtonSizer = wx._core.StdDialogButtonSizer
+wxStdDialogButtonSizerPtr = wx._core.StdDialogButtonSizerPtr
wxGBPosition = wx._core.GBPosition
wxGBPositionPtr = wx._core.GBPositionPtr
wxGBSpan = wx._core.GBSpan
wxApp_SetMacHelpMenuTitleName = wx._core.App_SetMacHelpMenuTitleName
wxApp_GetComCtl32Version = wx._core.App_GetComCtl32Version
wxPlatform = wx._core.Platform
+wxPlatformInfo = wx._core.PlatformInfo
wxUSE_UNICODE = wx._core.USE_UNICODE
wxVERSION_STRING = wx._core.VERSION_STRING
wxMAJOR_VERSION = wx._core.MAJOR_VERSION