Added reverse renamers for the *Ptr classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,41 +20,55 @@ 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
|
||||
wxPalette = wx.gdi.Palette
|
||||
wxPalettePtr = wx.gdi.PalettePtr
|
||||
wxPen = wx.gdi.Pen
|
||||
wxPenPtr = wx.gdi.PenPtr
|
||||
wxPyPen = wx.gdi.PyPen
|
||||
wxPyPenPtr = wx.gdi.PyPenPtr
|
||||
wxBrush = wx.gdi.Brush
|
||||
wxBrushPtr = wx.gdi.BrushPtr
|
||||
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
|
||||
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
|
||||
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
|
||||
wxRegionIterator = wx.gdi.RegionIterator
|
||||
wxRegionIteratorPtr = wx.gdi.RegionIteratorPtr
|
||||
wxFONTFAMILY_DEFAULT = wx.gdi.FONTFAMILY_DEFAULT
|
||||
wxFONTFAMILY_DECORATIVE = wx.gdi.FONTFAMILY_DECORATIVE
|
||||
wxFONTFAMILY_ROMAN = wx.gdi.FONTFAMILY_ROMAN
|
||||
@@ -137,7 +151,9 @@ wxFONTENCODING_GB2312 = wx.gdi.FONTENCODING_GB2312
|
||||
wxFONTENCODING_BIG5 = wx.gdi.FONTENCODING_BIG5
|
||||
wxFONTENCODING_SHIFT_JIS = wx.gdi.FONTENCODING_SHIFT_JIS
|
||||
wxNativeFontInfo = wx.gdi.NativeFontInfo
|
||||
wxNativeFontInfoPtr = wx.gdi.NativeFontInfoPtr
|
||||
wxNativeEncodingInfo = wx.gdi.NativeEncodingInfo
|
||||
wxNativeEncodingInfoPtr = wx.gdi.NativeEncodingInfoPtr
|
||||
wxGetNativeFontEncoding = wx.gdi.GetNativeFontEncoding
|
||||
wxTestFontEncoding = wx.gdi.TestFontEncoding
|
||||
wxFontMapper_Get = wx.gdi.FontMapper_Get
|
||||
@@ -148,13 +164,16 @@ 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
|
||||
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
|
||||
wxLANGUAGE_UNKNOWN = wx.gdi.LANGUAGE_UNKNOWN
|
||||
wxLANGUAGE_ABKHAZIAN = wx.gdi.LANGUAGE_ABKHAZIAN
|
||||
@@ -387,6 +406,7 @@ wxLANGUAGE_ZHUANG = wx.gdi.LANGUAGE_ZHUANG
|
||||
wxLANGUAGE_ZULU = wx.gdi.LANGUAGE_ZULU
|
||||
wxLANGUAGE_USER_DEFINED = wx.gdi.LANGUAGE_USER_DEFINED
|
||||
wxLanguageInfo = wx.gdi.LanguageInfo
|
||||
wxLanguageInfoPtr = wx.gdi.LanguageInfoPtr
|
||||
wxLOCALE_CAT_NUMBER = wx.gdi.LOCALE_CAT_NUMBER
|
||||
wxLOCALE_CAT_DATE = wx.gdi.LOCALE_CAT_DATE
|
||||
wxLOCALE_CAT_MONEY = wx.gdi.LOCALE_CAT_MONEY
|
||||
@@ -404,6 +424,7 @@ 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
|
||||
@@ -418,23 +439,37 @@ wxEncodingConverter_GetPlatformEquivalents = wx.gdi.EncodingConverter_GetPlatfor
|
||||
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
|
||||
wxBufferedDC = wx.gdi.BufferedDC
|
||||
wxBufferedDCPtr = wx.gdi.BufferedDCPtr
|
||||
wxBufferedPaintDC = wx.gdi.BufferedPaintDC
|
||||
wxBufferedPaintDCPtr = wx.gdi.BufferedPaintDCPtr
|
||||
wxScreenDC = wx.gdi.ScreenDC
|
||||
wxScreenDCPtr = wx.gdi.ScreenDCPtr
|
||||
wxClientDC = wx.gdi.ClientDC
|
||||
wxClientDCPtr = wx.gdi.ClientDCPtr
|
||||
wxPaintDC = wx.gdi.PaintDC
|
||||
wxPaintDCPtr = wx.gdi.PaintDCPtr
|
||||
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
|
||||
wxMetaFile = wx.gdi.MetaFile
|
||||
wxMetaFilePtr = wx.gdi.MetaFilePtr
|
||||
wxMetaFileDC = wx.gdi.MetaFileDC
|
||||
wxMetaFileDCPtr = wx.gdi.MetaFileDCPtr
|
||||
wxPrinterDC = wx.gdi.PrinterDC
|
||||
wxPrinterDCPtr = wx.gdi.PrinterDCPtr
|
||||
wxIMAGELIST_DRAW_NORMAL = wx.gdi.IMAGELIST_DRAW_NORMAL
|
||||
wxIMAGELIST_DRAW_TRANSPARENT = wx.gdi.IMAGELIST_DRAW_TRANSPARENT
|
||||
wxIMAGELIST_DRAW_SELECTED = wx.gdi.IMAGELIST_DRAW_SELECTED
|
||||
@@ -443,10 +478,15 @@ wxIMAGE_LIST_NORMAL = wx.gdi.IMAGE_LIST_NORMAL
|
||||
wxIMAGE_LIST_SMALL = wx.gdi.IMAGE_LIST_SMALL
|
||||
wxIMAGE_LIST_STATE = wx.gdi.IMAGE_LIST_STATE
|
||||
wxImageList = wx.gdi.ImageList
|
||||
wxImageListPtr = wx.gdi.ImageListPtr
|
||||
wxPenList = wx.gdi.PenList
|
||||
wxPenListPtr = wx.gdi.PenListPtr
|
||||
wxBrushList = wx.gdi.BrushList
|
||||
wxBrushListPtr = wx.gdi.BrushListPtr
|
||||
wxColourDatabase = wx.gdi.ColourDatabase
|
||||
wxColourDatabasePtr = wx.gdi.ColourDatabasePtr
|
||||
wxFontList = wx.gdi.FontList
|
||||
wxFontListPtr = wx.gdi.FontListPtr
|
||||
wxNORMAL_FONT = wx.gdi.NORMAL_FONT
|
||||
wxSMALL_FONT = wx.gdi.SMALL_FONT
|
||||
wxITALIC_FONT = wx.gdi.ITALIC_FONT
|
||||
@@ -494,6 +534,7 @@ wxThePenList = wx.gdi.ThePenList
|
||||
wxTheBrushList = wx.gdi.TheBrushList
|
||||
wxTheColourDatabase = wx.gdi.TheColourDatabase
|
||||
wxEffects = wx.gdi.Effects
|
||||
wxEffectsPtr = wx.gdi.EffectsPtr
|
||||
wxColor = wx.gdi.Color
|
||||
wxNamedColor = wx.gdi.NamedColor
|
||||
|
||||
|
Reference in New Issue
Block a user