Regenerated the renamers with the new build_renamers.py
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,10 +21,10 @@ del sys, _wx
|
||||
# Now assign all the reverse-renamed names:
|
||||
wxGDIObject = wx.gdi.GDIObject
|
||||
wxGDIObjectPtr = wx.gdi.GDIObjectPtr
|
||||
wxNamedColour = wx.gdi.NamedColour
|
||||
wxColourRGB = wx.gdi.ColourRGB
|
||||
wxColour = wx.gdi.Colour
|
||||
wxColourPtr = wx.gdi.ColourPtr
|
||||
wxNamedColour = wx.gdi.NamedColour
|
||||
wxColourRGB = wx.gdi.ColourRGB
|
||||
wxPalette = wx.gdi.Palette
|
||||
wxPalettePtr = wx.gdi.PalettePtr
|
||||
wxPen = wx.gdi.Pen
|
||||
@@ -33,40 +33,40 @@ wxPyPen = wx.gdi.PyPen
|
||||
wxPyPenPtr = wx.gdi.PyPenPtr
|
||||
wxBrush = wx.gdi.Brush
|
||||
wxBrushPtr = wx.gdi.BrushPtr
|
||||
wxBitmap = wx.gdi.Bitmap
|
||||
wxBitmapPtr = wx.gdi.BitmapPtr
|
||||
wxEmptyBitmap = wx.gdi.EmptyBitmap
|
||||
wxBitmapFromIcon = wx.gdi.BitmapFromIcon
|
||||
wxBitmapFromImage = wx.gdi.BitmapFromImage
|
||||
wxBitmapFromXPMData = wx.gdi.BitmapFromXPMData
|
||||
wxBitmapFromBits = wx.gdi.BitmapFromBits
|
||||
wxBitmap = wx.gdi.Bitmap
|
||||
wxBitmapPtr = wx.gdi.BitmapPtr
|
||||
wxMaskColour = wx.gdi.MaskColour
|
||||
wxMask = wx.gdi.Mask
|
||||
wxMaskPtr = wx.gdi.MaskPtr
|
||||
wxMaskColour = wx.gdi.MaskColour
|
||||
wxIcon = wx.gdi.Icon
|
||||
wxIconPtr = wx.gdi.IconPtr
|
||||
wxEmptyIcon = wx.gdi.EmptyIcon
|
||||
wxIconFromLocation = wx.gdi.IconFromLocation
|
||||
wxIconFromBitmap = wx.gdi.IconFromBitmap
|
||||
wxIconFromXPMData = wx.gdi.IconFromXPMData
|
||||
wxIcon = wx.gdi.Icon
|
||||
wxIconPtr = wx.gdi.IconPtr
|
||||
wxIconLocation = wx.gdi.IconLocation
|
||||
wxIconLocationPtr = wx.gdi.IconLocationPtr
|
||||
wxIconBundleFromFile = wx.gdi.IconBundleFromFile
|
||||
wxIconBundleFromIcon = wx.gdi.IconBundleFromIcon
|
||||
wxIconBundle = wx.gdi.IconBundle
|
||||
wxIconBundlePtr = wx.gdi.IconBundlePtr
|
||||
wxIconBundleFromFile = wx.gdi.IconBundleFromFile
|
||||
wxIconBundleFromIcon = wx.gdi.IconBundleFromIcon
|
||||
wxCursor = wx.gdi.Cursor
|
||||
wxCursorPtr = wx.gdi.CursorPtr
|
||||
wxStockCursor = wx.gdi.StockCursor
|
||||
wxCursorFromImage = wx.gdi.CursorFromImage
|
||||
wxCursorFromBits = wx.gdi.CursorFromBits
|
||||
wxCursor = wx.gdi.Cursor
|
||||
wxCursorPtr = wx.gdi.CursorPtr
|
||||
wxOutRegion = wx.gdi.OutRegion
|
||||
wxPartRegion = wx.gdi.PartRegion
|
||||
wxInRegion = wx.gdi.InRegion
|
||||
wxRegionFromBitmap = wx.gdi.RegionFromBitmap
|
||||
wxRegionFromPoints = wx.gdi.RegionFromPoints
|
||||
wxRegion = wx.gdi.Region
|
||||
wxRegionPtr = wx.gdi.RegionPtr
|
||||
wxRegionFromBitmap = wx.gdi.RegionFromBitmap
|
||||
wxRegionFromPoints = wx.gdi.RegionFromPoints
|
||||
wxRegionIterator = wx.gdi.RegionIterator
|
||||
wxRegionIteratorPtr = wx.gdi.RegionIteratorPtr
|
||||
wxFONTFAMILY_DEFAULT = wx.gdi.FONTFAMILY_DEFAULT
|
||||
@@ -156,6 +156,8 @@ wxNativeEncodingInfo = wx.gdi.NativeEncodingInfo
|
||||
wxNativeEncodingInfoPtr = wx.gdi.NativeEncodingInfoPtr
|
||||
wxGetNativeFontEncoding = wx.gdi.GetNativeFontEncoding
|
||||
wxTestFontEncoding = wx.gdi.TestFontEncoding
|
||||
wxFontMapper = wx.gdi.FontMapper
|
||||
wxFontMapperPtr = wx.gdi.FontMapperPtr
|
||||
wxFontMapper_Get = wx.gdi.FontMapper_Get
|
||||
wxFontMapper_Set = wx.gdi.FontMapper_Set
|
||||
wxFontMapper_GetSupportedEncodingsCount = wx.gdi.FontMapper_GetSupportedEncodingsCount
|
||||
@@ -163,15 +165,13 @@ wxFontMapper_GetEncoding = wx.gdi.FontMapper_GetEncoding
|
||||
wxFontMapper_GetEncodingName = wx.gdi.FontMapper_GetEncodingName
|
||||
wxFontMapper_GetEncodingDescription = wx.gdi.FontMapper_GetEncodingDescription
|
||||
wxFontMapper_GetDefaultConfigPath = wx.gdi.FontMapper_GetDefaultConfigPath
|
||||
wxFontMapper = wx.gdi.FontMapper
|
||||
wxFontMapperPtr = wx.gdi.FontMapperPtr
|
||||
wxFont = wx.gdi.Font
|
||||
wxFontPtr = wx.gdi.FontPtr
|
||||
wxFontFromNativeInfo = wx.gdi.FontFromNativeInfo
|
||||
wxFontFromNativeInfoString = wx.gdi.FontFromNativeInfoString
|
||||
wxFont2 = wx.gdi.Font2
|
||||
wxFont_GetDefaultEncoding = wx.gdi.Font_GetDefaultEncoding
|
||||
wxFont_SetDefaultEncoding = wx.gdi.Font_SetDefaultEncoding
|
||||
wxFont = wx.gdi.Font
|
||||
wxFontPtr = wx.gdi.FontPtr
|
||||
wxFontEnumerator = wx.gdi.FontEnumerator
|
||||
wxFontEnumeratorPtr = wx.gdi.FontEnumeratorPtr
|
||||
wxLANGUAGE_DEFAULT = wx.gdi.LANGUAGE_DEFAULT
|
||||
@@ -415,6 +415,8 @@ wxLOCALE_THOUSANDS_SEP = wx.gdi.LOCALE_THOUSANDS_SEP
|
||||
wxLOCALE_DECIMAL_POINT = wx.gdi.LOCALE_DECIMAL_POINT
|
||||
wxLOCALE_LOAD_DEFAULT = wx.gdi.LOCALE_LOAD_DEFAULT
|
||||
wxLOCALE_CONV_ENCODING = wx.gdi.LOCALE_CONV_ENCODING
|
||||
wxLocale = wx.gdi.Locale
|
||||
wxLocalePtr = wx.gdi.LocalePtr
|
||||
wxLocale_GetSystemLanguage = wx.gdi.Locale_GetSystemLanguage
|
||||
wxLocale_GetSystemEncoding = wx.gdi.Locale_GetSystemEncoding
|
||||
wxLocale_GetSystemEncodingName = wx.gdi.Locale_GetSystemEncodingName
|
||||
@@ -423,8 +425,6 @@ wxLocale_GetLanguageInfo = wx.gdi.Locale_GetLanguageInfo
|
||||
wxLocale_GetLanguageName = wx.gdi.Locale_GetLanguageName
|
||||
wxLocale_FindLanguageInfo = wx.gdi.Locale_FindLanguageInfo
|
||||
wxLocale_AddLanguage = wx.gdi.Locale_AddLanguage
|
||||
wxLocale = wx.gdi.Locale
|
||||
wxLocalePtr = wx.gdi.LocalePtr
|
||||
wxGetLocale = wx.gdi.GetLocale
|
||||
wxGetTranslation = wx.gdi.GetTranslation
|
||||
wxGetTranslation = wx.gdi.GetTranslation
|
||||
@@ -435,19 +435,19 @@ wxPLATFORM_UNIX = wx.gdi.PLATFORM_UNIX
|
||||
wxPLATFORM_WINDOWS = wx.gdi.PLATFORM_WINDOWS
|
||||
wxPLATFORM_OS2 = wx.gdi.PLATFORM_OS2
|
||||
wxPLATFORM_MAC = wx.gdi.PLATFORM_MAC
|
||||
wxEncodingConverter = wx.gdi.EncodingConverter
|
||||
wxEncodingConverterPtr = wx.gdi.EncodingConverterPtr
|
||||
wxEncodingConverter_GetPlatformEquivalents = wx.gdi.EncodingConverter_GetPlatformEquivalents
|
||||
wxEncodingConverter_GetAllEquivalents = wx.gdi.EncodingConverter_GetAllEquivalents
|
||||
wxEncodingConverter_CanConvert = wx.gdi.EncodingConverter_CanConvert
|
||||
wxEncodingConverter = wx.gdi.EncodingConverter
|
||||
wxEncodingConverterPtr = wx.gdi.EncodingConverterPtr
|
||||
wxDC = wx.gdi.DC
|
||||
wxDCPtr = wx.gdi.DCPtr
|
||||
wxMemoryDCFromDC = wx.gdi.MemoryDCFromDC
|
||||
wxMemoryDC = wx.gdi.MemoryDC
|
||||
wxMemoryDCPtr = wx.gdi.MemoryDCPtr
|
||||
wxBufferedDCInternalBuffer = wx.gdi.BufferedDCInternalBuffer
|
||||
wxMemoryDCFromDC = wx.gdi.MemoryDCFromDC
|
||||
wxBufferedDC = wx.gdi.BufferedDC
|
||||
wxBufferedDCPtr = wx.gdi.BufferedDCPtr
|
||||
wxBufferedDCInternalBuffer = wx.gdi.BufferedDCInternalBuffer
|
||||
wxBufferedPaintDC = wx.gdi.BufferedPaintDC
|
||||
wxBufferedPaintDCPtr = wx.gdi.BufferedPaintDCPtr
|
||||
wxScreenDC = wx.gdi.ScreenDC
|
||||
@@ -460,10 +460,10 @@ wxWindowDC = wx.gdi.WindowDC
|
||||
wxWindowDCPtr = wx.gdi.WindowDCPtr
|
||||
wxMirrorDC = wx.gdi.MirrorDC
|
||||
wxMirrorDCPtr = wx.gdi.MirrorDCPtr
|
||||
wxPostScriptDC_SetResolution = wx.gdi.PostScriptDC_SetResolution
|
||||
wxPostScriptDC_GetResolution = wx.gdi.PostScriptDC_GetResolution
|
||||
wxPostScriptDC = wx.gdi.PostScriptDC
|
||||
wxPostScriptDCPtr = wx.gdi.PostScriptDCPtr
|
||||
wxPostScriptDC_SetResolution = wx.gdi.PostScriptDC_SetResolution
|
||||
wxPostScriptDC_GetResolution = wx.gdi.PostScriptDC_GetResolution
|
||||
wxMetaFile = wx.gdi.MetaFile
|
||||
wxMetaFilePtr = wx.gdi.MetaFilePtr
|
||||
wxMetaFileDC = wx.gdi.MetaFileDC
|
||||
|
Reference in New Issue
Block a user