]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/_core.py
Get/SetValue() and other improvements to the native PalmOS controls.
[wxWidgets.git] / wxPython / wxPython / _core.py
index 0a794240c695fe133e0a3b699654b1b50fd7eb43..6c4acc335690541879a268394d0fba231ede7721 100644 (file)
@@ -1,7 +1,7 @@
 ## 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
@@ -193,6 +193,29 @@ wxID_NOTOALL = wx._core.ID_NOTOALL
 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
@@ -211,6 +234,8 @@ wxPD_CAN_ABORT = wx._core.PD_CAN_ABORT
 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
@@ -279,6 +304,9 @@ wxBORDER_RAISED = wx._core.BORDER_RAISED
 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
@@ -598,6 +626,7 @@ wxRect = wx._core.Rect
 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
@@ -610,6 +639,7 @@ wxFromCurrent = wx._core.FromCurrent
 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
@@ -618,6 +648,7 @@ wxCPPFileSystemHandler = wx._core.CPPFileSystemHandler
 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
@@ -647,6 +678,7 @@ wxImageFromStreamMime = wx._core.ImageFromStreamMime
 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
@@ -693,6 +725,11 @@ wxXPMHandler = wx._core.XPMHandler
 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
@@ -914,6 +951,7 @@ wxPRINT_WINDOWS = wx._core.PRINT_WINDOWS
 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
@@ -933,6 +971,12 @@ wxWakeUpIdle = wx._core.WakeUpIdle
 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
@@ -1004,6 +1048,8 @@ wxFLEX_GROWMODE_SPECIFIED = wx._core.FLEX_GROWMODE_SPECIFIED
 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
@@ -1056,6 +1102,7 @@ wxApp_SetMacExitMenuItemId = wx._core.App_SetMacExitMenuItemId
 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