X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/237302e704bd8f370536509c8e8f54daa9885fd0..5b061713ead8efcd266f9eebe50f77358e07b651:/wxPython/wxPython/_core.py diff --git a/wxPython/wxPython/_core.py b/wxPython/wxPython/_core.py index 54bc94d701..a988c19671 100644 --- a/wxPython/wxPython/_core.py +++ b/wxPython/wxPython/_core.py @@ -31,17 +31,14 @@ wxSIMPLE_BORDER = wx._core.SIMPLE_BORDER wxSTATIC_BORDER = wx._core.STATIC_BORDER wxTRANSPARENT_WINDOW = wx._core.TRANSPARENT_WINDOW wxNO_BORDER = wx._core.NO_BORDER +wxDEFAULT_CONTROL_BORDER = wx._core.DEFAULT_CONTROL_BORDER +wxDEFAULT_STATUSBAR_STYLE = wx._core.DEFAULT_STATUSBAR_STYLE wxTAB_TRAVERSAL = wx._core.TAB_TRAVERSAL wxWANTS_CHARS = wx._core.WANTS_CHARS wxPOPUP_WINDOW = wx._core.POPUP_WINDOW wxCENTER_FRAME = wx._core.CENTER_FRAME wxCENTRE_ON_SCREEN = wx._core.CENTRE_ON_SCREEN wxCENTER_ON_SCREEN = wx._core.CENTER_ON_SCREEN -wxED_CLIENT_MARGIN = wx._core.ED_CLIENT_MARGIN -wxED_BUTTONS_BOTTOM = wx._core.ED_BUTTONS_BOTTOM -wxED_BUTTONS_RIGHT = wx._core.ED_BUTTONS_RIGHT -wxED_STATIC_LINE = wx._core.ED_STATIC_LINE -wxEXT_DIALOG_STYLE = wx._core.EXT_DIALOG_STYLE wxCLIP_CHILDREN = wx._core.CLIP_CHILDREN wxCLIP_SIBLINGS = wx._core.CLIP_SIBLINGS wxALWAYS_SHOW_SB = wx._core.ALWAYS_SHOW_SB @@ -67,22 +64,16 @@ wxRA_HORIZONTAL = wx._core.RA_HORIZONTAL wxRA_VERTICAL = wx._core.RA_VERTICAL wxRA_SPECIFY_ROWS = wx._core.RA_SPECIFY_ROWS wxRA_SPECIFY_COLS = wx._core.RA_SPECIFY_COLS +wxRA_USE_CHECKBOX = wx._core.RA_USE_CHECKBOX wxRB_GROUP = wx._core.RB_GROUP wxRB_SINGLE = wx._core.RB_SINGLE -wxSL_HORIZONTAL = wx._core.SL_HORIZONTAL -wxSL_VERTICAL = wx._core.SL_VERTICAL -wxSL_AUTOTICKS = wx._core.SL_AUTOTICKS -wxSL_LABELS = wx._core.SL_LABELS -wxSL_LEFT = wx._core.SL_LEFT -wxSL_TOP = wx._core.SL_TOP -wxSL_RIGHT = wx._core.SL_RIGHT -wxSL_BOTTOM = wx._core.SL_BOTTOM -wxSL_BOTH = wx._core.SL_BOTH -wxSL_SELRANGE = wx._core.SL_SELRANGE wxSB_HORIZONTAL = wx._core.SB_HORIZONTAL wxSB_VERTICAL = wx._core.SB_VERTICAL +wxRB_USE_CHECKBOX = wx._core.RB_USE_CHECKBOX wxST_SIZEGRIP = wx._core.ST_SIZEGRIP wxST_NO_AUTORESIZE = wx._core.ST_NO_AUTORESIZE +wxST_DOTS_MIDDLE = wx._core.ST_DOTS_MIDDLE +wxST_DOTS_END = wx._core.ST_DOTS_END wxFLOOD_SURFACE = wx._core.FLOOD_SURFACE wxFLOOD_BORDER = wx._core.FLOOD_BORDER wxODDEVEN_RULE = wx._core.ODDEVEN_RULE @@ -118,6 +109,7 @@ wxSIZE_AUTO_HEIGHT = wx._core.SIZE_AUTO_HEIGHT wxSIZE_AUTO = wx._core.SIZE_AUTO wxSIZE_USE_EXISTING = wx._core.SIZE_USE_EXISTING wxSIZE_ALLOW_MINUS_ONE = wx._core.SIZE_ALLOW_MINUS_ONE +wxSIZE_FORCE = wx._core.SIZE_FORCE wxPORTRAIT = wx._core.PORTRAIT wxLANDSCAPE = wx._core.LANDSCAPE wxPRINT_QUALITY_HIGH = wx._core.PRINT_QUALITY_HIGH @@ -126,6 +118,7 @@ wxPRINT_QUALITY_LOW = wx._core.PRINT_QUALITY_LOW wxPRINT_QUALITY_DRAFT = wx._core.PRINT_QUALITY_DRAFT wxID_ANY = wx._core.ID_ANY wxID_SEPARATOR = wx._core.ID_SEPARATOR +wxID_NONE = wx._core.ID_NONE wxID_LOWEST = wx._core.ID_LOWEST wxID_OPEN = wx._core.ID_OPEN wxID_CLOSE = wx._core.ID_CLOSE @@ -193,6 +186,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 +227,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 +297,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 @@ -301,6 +322,8 @@ wxDOT_DASH = wx._core.DOT_DASH wxUSER_DASH = wx._core.USER_DASH wxTRANSPARENT = wx._core.TRANSPARENT wxSTIPPLE = wx._core.STIPPLE +wxSTIPPLE_MASK = wx._core.STIPPLE_MASK +wxSTIPPLE_MASK_OPAQUE = wx._core.STIPPLE_MASK_OPAQUE wxBDIAGONAL_HATCH = wx._core.BDIAGONAL_HATCH wxCROSSDIAG_HATCH = wx._core.CROSSDIAG_HATCH wxFDIAGONAL_HATCH = wx._core.FDIAGONAL_HATCH @@ -435,6 +458,27 @@ WXK_NUMPAD_DIVIDE = wx._core.WXK_NUMPAD_DIVIDE WXK_WINDOWS_LEFT = wx._core.WXK_WINDOWS_LEFT WXK_WINDOWS_RIGHT = wx._core.WXK_WINDOWS_RIGHT WXK_WINDOWS_MENU = wx._core.WXK_WINDOWS_MENU +WXK_COMMAND = wx._core.WXK_COMMAND +WXK_SPECIAL1 = wx._core.WXK_SPECIAL1 +WXK_SPECIAL2 = wx._core.WXK_SPECIAL2 +WXK_SPECIAL3 = wx._core.WXK_SPECIAL3 +WXK_SPECIAL4 = wx._core.WXK_SPECIAL4 +WXK_SPECIAL5 = wx._core.WXK_SPECIAL5 +WXK_SPECIAL6 = wx._core.WXK_SPECIAL6 +WXK_SPECIAL7 = wx._core.WXK_SPECIAL7 +WXK_SPECIAL8 = wx._core.WXK_SPECIAL8 +WXK_SPECIAL9 = wx._core.WXK_SPECIAL9 +WXK_SPECIAL10 = wx._core.WXK_SPECIAL10 +WXK_SPECIAL11 = wx._core.WXK_SPECIAL11 +WXK_SPECIAL12 = wx._core.WXK_SPECIAL12 +WXK_SPECIAL13 = wx._core.WXK_SPECIAL13 +WXK_SPECIAL14 = wx._core.WXK_SPECIAL14 +WXK_SPECIAL15 = wx._core.WXK_SPECIAL15 +WXK_SPECIAL16 = wx._core.WXK_SPECIAL16 +WXK_SPECIAL17 = wx._core.WXK_SPECIAL17 +WXK_SPECIAL18 = wx._core.WXK_SPECIAL18 +WXK_SPECIAL19 = wx._core.WXK_SPECIAL19 +WXK_SPECIAL20 = wx._core.WXK_SPECIAL20 wxPAPER_NONE = wx._core.PAPER_NONE wxPAPER_LETTER = wx._core.PAPER_LETTER wxPAPER_LEGAL = wx._core.PAPER_LEGAL @@ -502,6 +546,56 @@ wxPAPER_B5_EXTRA = wx._core.PAPER_B5_EXTRA wxPAPER_A2 = wx._core.PAPER_A2 wxPAPER_A3_TRANSVERSE = wx._core.PAPER_A3_TRANSVERSE wxPAPER_A3_EXTRA_TRANSVERSE = wx._core.PAPER_A3_EXTRA_TRANSVERSE +wxPAPER_DBL_JAPANESE_POSTCARD = wx._core.PAPER_DBL_JAPANESE_POSTCARD +wxPAPER_A6 = wx._core.PAPER_A6 +wxPAPER_JENV_KAKU2 = wx._core.PAPER_JENV_KAKU2 +wxPAPER_JENV_KAKU3 = wx._core.PAPER_JENV_KAKU3 +wxPAPER_JENV_CHOU3 = wx._core.PAPER_JENV_CHOU3 +wxPAPER_JENV_CHOU4 = wx._core.PAPER_JENV_CHOU4 +wxPAPER_LETTER_ROTATED = wx._core.PAPER_LETTER_ROTATED +wxPAPER_A3_ROTATED = wx._core.PAPER_A3_ROTATED +wxPAPER_A4_ROTATED = wx._core.PAPER_A4_ROTATED +wxPAPER_A5_ROTATED = wx._core.PAPER_A5_ROTATED +wxPAPER_B4_JIS_ROTATED = wx._core.PAPER_B4_JIS_ROTATED +wxPAPER_B5_JIS_ROTATED = wx._core.PAPER_B5_JIS_ROTATED +wxPAPER_JAPANESE_POSTCARD_ROTATED = wx._core.PAPER_JAPANESE_POSTCARD_ROTATED +wxPAPER_DBL_JAPANESE_POSTCARD_ROTATED = wx._core.PAPER_DBL_JAPANESE_POSTCARD_ROTATED +wxPAPER_A6_ROTATED = wx._core.PAPER_A6_ROTATED +wxPAPER_JENV_KAKU2_ROTATED = wx._core.PAPER_JENV_KAKU2_ROTATED +wxPAPER_JENV_KAKU3_ROTATED = wx._core.PAPER_JENV_KAKU3_ROTATED +wxPAPER_JENV_CHOU3_ROTATED = wx._core.PAPER_JENV_CHOU3_ROTATED +wxPAPER_JENV_CHOU4_ROTATED = wx._core.PAPER_JENV_CHOU4_ROTATED +wxPAPER_B6_JIS = wx._core.PAPER_B6_JIS +wxPAPER_B6_JIS_ROTATED = wx._core.PAPER_B6_JIS_ROTATED +wxPAPER_12X11 = wx._core.PAPER_12X11 +wxPAPER_JENV_YOU4 = wx._core.PAPER_JENV_YOU4 +wxPAPER_JENV_YOU4_ROTATED = wx._core.PAPER_JENV_YOU4_ROTATED +wxPAPER_P16K = wx._core.PAPER_P16K +wxPAPER_P32K = wx._core.PAPER_P32K +wxPAPER_P32KBIG = wx._core.PAPER_P32KBIG +wxPAPER_PENV_1 = wx._core.PAPER_PENV_1 +wxPAPER_PENV_2 = wx._core.PAPER_PENV_2 +wxPAPER_PENV_3 = wx._core.PAPER_PENV_3 +wxPAPER_PENV_4 = wx._core.PAPER_PENV_4 +wxPAPER_PENV_5 = wx._core.PAPER_PENV_5 +wxPAPER_PENV_6 = wx._core.PAPER_PENV_6 +wxPAPER_PENV_7 = wx._core.PAPER_PENV_7 +wxPAPER_PENV_8 = wx._core.PAPER_PENV_8 +wxPAPER_PENV_9 = wx._core.PAPER_PENV_9 +wxPAPER_PENV_10 = wx._core.PAPER_PENV_10 +wxPAPER_P16K_ROTATED = wx._core.PAPER_P16K_ROTATED +wxPAPER_P32K_ROTATED = wx._core.PAPER_P32K_ROTATED +wxPAPER_P32KBIG_ROTATED = wx._core.PAPER_P32KBIG_ROTATED +wxPAPER_PENV_1_ROTATED = wx._core.PAPER_PENV_1_ROTATED +wxPAPER_PENV_2_ROTATED = wx._core.PAPER_PENV_2_ROTATED +wxPAPER_PENV_3_ROTATED = wx._core.PAPER_PENV_3_ROTATED +wxPAPER_PENV_4_ROTATED = wx._core.PAPER_PENV_4_ROTATED +wxPAPER_PENV_5_ROTATED = wx._core.PAPER_PENV_5_ROTATED +wxPAPER_PENV_6_ROTATED = wx._core.PAPER_PENV_6_ROTATED +wxPAPER_PENV_7_ROTATED = wx._core.PAPER_PENV_7_ROTATED +wxPAPER_PENV_8_ROTATED = wx._core.PAPER_PENV_8_ROTATED +wxPAPER_PENV_9_ROTATED = wx._core.PAPER_PENV_9_ROTATED +wxPAPER_PENV_10_ROTATED = wx._core.PAPER_PENV_10_ROTATED wxDUPLEX_SIMPLEX = wx._core.DUPLEX_SIMPLEX wxDUPLEX_HORIZONTAL = wx._core.DUPLEX_HORIZONTAL wxDUPLEX_VERTICAL = wx._core.DUPLEX_VERTICAL @@ -529,14 +623,17 @@ wxHT_MAX = wx._core.HT_MAX wxMOD_NONE = wx._core.MOD_NONE wxMOD_ALT = wx._core.MOD_ALT wxMOD_CONTROL = wx._core.MOD_CONTROL +wxMOD_ALTGR = wx._core.MOD_ALTGR wxMOD_SHIFT = wx._core.MOD_SHIFT +wxMOD_META = wx._core.MOD_META wxMOD_WIN = wx._core.MOD_WIN +wxMOD_CMD = wx._core.MOD_CMD +wxMOD_ALL = wx._core.MOD_ALL wxUPDATE_UI_NONE = wx._core.UPDATE_UI_NONE wxUPDATE_UI_RECURSE = wx._core.UPDATE_UI_RECURSE wxUPDATE_UI_FROMIDLE = wx._core.UPDATE_UI_FROMIDLE wxEmptyString = wx._core.EmptyString wxObject = wx._core.Object -wxObjectPtr = wx._core.ObjectPtr wxBITMAP_TYPE_INVALID = wx._core.BITMAP_TYPE_INVALID wxBITMAP_TYPE_BMP = wx._core.BITMAP_TYPE_BMP wxBITMAP_TYPE_ICO = wx._core.BITMAP_TYPE_ICO @@ -589,18 +686,14 @@ wxCURSOR_COPY_ARROW = wx._core.CURSOR_COPY_ARROW wxCURSOR_ARROWWAIT = wx._core.CURSOR_ARROWWAIT wxCURSOR_MAX = wx._core.CURSOR_MAX wxSize = wx._core.Size -wxSizePtr = wx._core.SizePtr wxRealPoint = wx._core.RealPoint -wxRealPointPtr = wx._core.RealPointPtr wxPoint = wx._core.Point -wxPointPtr = wx._core.PointPtr 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 wxPoint2DCopy = wx._core.Point2DCopy wxPoint2DFromPoint = wx._core.Point2DFromPoint wxDefaultPosition = wx._core.DefaultPosition @@ -609,59 +702,72 @@ wxFromStart = wx._core.FromStart 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 -wxFSFilePtr = wx._core.FSFilePtr 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 wxFileSystem_CleanUpHandlers = wx._core.FileSystem_CleanUpHandlers wxFileSystem_FileNameToURL = wx._core.FileSystem_FileNameToURL wxFileSystem_URLToFileName = wx._core.FileSystem_URLToFileName wxInternetFSHandler = wx._core.InternetFSHandler -wxInternetFSHandlerPtr = wx._core.InternetFSHandlerPtr wxZipFSHandler = wx._core.ZipFSHandler -wxZipFSHandlerPtr = wx._core.ZipFSHandlerPtr __wxMemoryFSHandler_AddFile_wxImage = wx._core.__wxMemoryFSHandler_AddFile_wxImage __wxMemoryFSHandler_AddFile_wxBitmap = wx._core.__wxMemoryFSHandler_AddFile_wxBitmap __wxMemoryFSHandler_AddFile_Data = wx._core.__wxMemoryFSHandler_AddFile_Data wxMemoryFSHandler = wx._core.MemoryFSHandler -wxMemoryFSHandlerPtr = wx._core.MemoryFSHandlerPtr wxMemoryFSHandler_RemoveFile = wx._core.MemoryFSHandler_RemoveFile +wxIMAGE_ALPHA_TRANSPARENT = wx._core.IMAGE_ALPHA_TRANSPARENT +wxIMAGE_ALPHA_THRESHOLD = wx._core.IMAGE_ALPHA_THRESHOLD +wxIMAGE_ALPHA_OPAQUE = wx._core.IMAGE_ALPHA_OPAQUE wxImageHandler = wx._core.ImageHandler -wxImageHandlerPtr = wx._core.ImageHandlerPtr +wxPyImageHandler = wx._core.PyImageHandler wxImageHistogram = wx._core.ImageHistogram -wxImageHistogramPtr = wx._core.ImageHistogramPtr wxImageHistogram_MakeKey = wx._core.ImageHistogram_MakeKey +wxImage_RGBValue = wx._core.Image_RGBValue +wxImage_HSVValue = wx._core.Image_HSVValue wxImage = wx._core.Image -wxImagePtr = wx._core.ImagePtr wxImageFromMime = wx._core.ImageFromMime wxImageFromStream = wx._core.ImageFromStream 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 wxImage_AddHandler = wx._core.Image_AddHandler wxImage_InsertHandler = wx._core.Image_InsertHandler wxImage_RemoveHandler = wx._core.Image_RemoveHandler +wxImage_GetHandlers = wx._core.Image_GetHandlers wxImage_GetImageExtWildcard = wx._core.Image_GetImageExtWildcard +wxImage_RGBtoHSV = wx._core.Image_RGBtoHSV +wxImage_HSVtoRGB = wx._core.Image_HSVtoRGB wxNullImage = wx._core.NullImage +wxIMAGE_OPTION_FILENAME = wx._core.IMAGE_OPTION_FILENAME wxIMAGE_OPTION_BMP_FORMAT = wx._core.IMAGE_OPTION_BMP_FORMAT wxIMAGE_OPTION_CUR_HOTSPOT_X = wx._core.IMAGE_OPTION_CUR_HOTSPOT_X wxIMAGE_OPTION_CUR_HOTSPOT_Y = wx._core.IMAGE_OPTION_CUR_HOTSPOT_Y wxIMAGE_OPTION_RESOLUTION = wx._core.IMAGE_OPTION_RESOLUTION +wxIMAGE_OPTION_RESOLUTIONX = wx._core.IMAGE_OPTION_RESOLUTIONX +wxIMAGE_OPTION_RESOLUTIONY = wx._core.IMAGE_OPTION_RESOLUTIONY wxIMAGE_OPTION_RESOLUTIONUNIT = wx._core.IMAGE_OPTION_RESOLUTIONUNIT +wxIMAGE_OPTION_QUALITY = wx._core.IMAGE_OPTION_QUALITY wxIMAGE_RESOLUTION_INCHES = wx._core.IMAGE_RESOLUTION_INCHES wxIMAGE_RESOLUTION_CM = wx._core.IMAGE_RESOLUTION_CM +wxIMAGE_OPTION_BITSPERSAMPLE = wx._core.IMAGE_OPTION_BITSPERSAMPLE +wxIMAGE_OPTION_SAMPLESPERPIXEL = wx._core.IMAGE_OPTION_SAMPLESPERPIXEL +wxIMAGE_OPTION_COMPRESSION = wx._core.IMAGE_OPTION_COMPRESSION +wxIMAGE_OPTION_IMAGEDESCRIPTOR = wx._core.IMAGE_OPTION_IMAGEDESCRIPTOR +wxIMAGE_OPTION_PNG_FORMAT = wx._core.IMAGE_OPTION_PNG_FORMAT +wxIMAGE_OPTION_PNG_BITDEPTH = wx._core.IMAGE_OPTION_PNG_BITDEPTH +wxPNG_TYPE_COLOUR = wx._core.PNG_TYPE_COLOUR +wxPNG_TYPE_GREY = wx._core.PNG_TYPE_GREY +wxPNG_TYPE_GREY_RED = wx._core.PNG_TYPE_GREY_RED wxBMP_24BPP = wx._core.BMP_24BPP wxBMP_8BPP = wx._core.BMP_8BPP wxBMP_8BPP_GREY = wx._core.BMP_8BPP_GREY @@ -672,29 +778,21 @@ wxBMP_4BPP = wx._core.BMP_4BPP wxBMP_1BPP = wx._core.BMP_1BPP wxBMP_1BPP_BW = wx._core.BMP_1BPP_BW wxBMPHandler = wx._core.BMPHandler -wxBMPHandlerPtr = wx._core.BMPHandlerPtr wxICOHandler = wx._core.ICOHandler -wxICOHandlerPtr = wx._core.ICOHandlerPtr wxCURHandler = wx._core.CURHandler -wxCURHandlerPtr = wx._core.CURHandlerPtr wxANIHandler = wx._core.ANIHandler -wxANIHandlerPtr = wx._core.ANIHandlerPtr wxPNGHandler = wx._core.PNGHandler -wxPNGHandlerPtr = wx._core.PNGHandlerPtr wxGIFHandler = wx._core.GIFHandler -wxGIFHandlerPtr = wx._core.GIFHandlerPtr wxPCXHandler = wx._core.PCXHandler -wxPCXHandlerPtr = wx._core.PCXHandlerPtr wxJPEGHandler = wx._core.JPEGHandler -wxJPEGHandlerPtr = wx._core.JPEGHandlerPtr wxPNMHandler = wx._core.PNMHandler -wxPNMHandlerPtr = wx._core.PNMHandlerPtr 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 +wxQuantize_Quantize = wx._core.Quantize_Quantize wxEvtHandler = wx._core.EvtHandler -wxEvtHandlerPtr = wx._core.EvtHandlerPtr wxEVENT_PROPAGATE_NONE = wx._core.EVENT_PROPAGATE_NONE wxEVENT_PROPAGATE_MAX = wx._core.EVENT_PROPAGATE_MAX wxNewEventType = wx._core.NewEventType @@ -760,7 +858,7 @@ wxEVT_SCROLL_PAGEUP = wx._core.wxEVT_SCROLL_PAGEUP wxEVT_SCROLL_PAGEDOWN = wx._core.wxEVT_SCROLL_PAGEDOWN wxEVT_SCROLL_THUMBTRACK = wx._core.wxEVT_SCROLL_THUMBTRACK wxEVT_SCROLL_THUMBRELEASE = wx._core.wxEVT_SCROLL_THUMBRELEASE -wxEVT_SCROLL_ENDSCROLL = wx._core.wxEVT_SCROLL_ENDSCROLL +wxEVT_SCROLL_CHANGED = wx._core.wxEVT_SCROLL_CHANGED wxEVT_SCROLLWIN_TOP = wx._core.wxEVT_SCROLLWIN_TOP wxEVT_SCROLLWIN_BOTTOM = wx._core.wxEVT_SCROLLWIN_BOTTOM wxEVT_SCROLLWIN_LINEUP = wx._core.wxEVT_SCROLLWIN_LINEUP @@ -805,6 +903,7 @@ wxEVT_IDLE = wx._core.wxEVT_IDLE wxEVT_UPDATE_UI = wx._core.wxEVT_UPDATE_UI wxEVT_SIZING = wx._core.wxEVT_SIZING wxEVT_MOVING = wx._core.wxEVT_MOVING +wxEVT_HIBERNATE = wx._core.wxEVT_HIBERNATE wxEVT_COMMAND_LEFT_CLICK = wx._core.wxEVT_COMMAND_LEFT_CLICK wxEVT_COMMAND_LEFT_DCLICK = wx._core.wxEVT_COMMAND_LEFT_DCLICK wxEVT_COMMAND_RIGHT_CLICK = wx._core.wxEVT_COMMAND_RIGHT_CLICK @@ -813,64 +912,38 @@ wxEVT_COMMAND_SET_FOCUS = wx._core.wxEVT_COMMAND_SET_FOCUS wxEVT_COMMAND_KILL_FOCUS = wx._core.wxEVT_COMMAND_KILL_FOCUS wxEVT_COMMAND_ENTER = wx._core.wxEVT_COMMAND_ENTER wxEvent = wx._core.Event -wxEventPtr = wx._core.EventPtr wxPropagationDisabler = wx._core.PropagationDisabler -wxPropagationDisablerPtr = wx._core.PropagationDisablerPtr wxPropagateOnce = wx._core.PropagateOnce -wxPropagateOncePtr = wx._core.PropagateOncePtr wxCommandEvent = wx._core.CommandEvent -wxCommandEventPtr = wx._core.CommandEventPtr wxNotifyEvent = wx._core.NotifyEvent -wxNotifyEventPtr = wx._core.NotifyEventPtr wxScrollEvent = wx._core.ScrollEvent -wxScrollEventPtr = wx._core.ScrollEventPtr wxScrollWinEvent = wx._core.ScrollWinEvent -wxScrollWinEventPtr = wx._core.ScrollWinEventPtr wxMOUSE_BTN_ANY = wx._core.MOUSE_BTN_ANY wxMOUSE_BTN_NONE = wx._core.MOUSE_BTN_NONE wxMOUSE_BTN_LEFT = wx._core.MOUSE_BTN_LEFT wxMOUSE_BTN_MIDDLE = wx._core.MOUSE_BTN_MIDDLE wxMOUSE_BTN_RIGHT = wx._core.MOUSE_BTN_RIGHT wxMouseEvent = wx._core.MouseEvent -wxMouseEventPtr = wx._core.MouseEventPtr wxSetCursorEvent = wx._core.SetCursorEvent -wxSetCursorEventPtr = wx._core.SetCursorEventPtr wxKeyEvent = wx._core.KeyEvent -wxKeyEventPtr = wx._core.KeyEventPtr wxSizeEvent = wx._core.SizeEvent -wxSizeEventPtr = wx._core.SizeEventPtr wxMoveEvent = wx._core.MoveEvent -wxMoveEventPtr = wx._core.MoveEventPtr wxPaintEvent = wx._core.PaintEvent -wxPaintEventPtr = wx._core.PaintEventPtr wxNcPaintEvent = wx._core.NcPaintEvent -wxNcPaintEventPtr = wx._core.NcPaintEventPtr wxEraseEvent = wx._core.EraseEvent -wxEraseEventPtr = wx._core.EraseEventPtr wxFocusEvent = wx._core.FocusEvent -wxFocusEventPtr = wx._core.FocusEventPtr wxChildFocusEvent = wx._core.ChildFocusEvent -wxChildFocusEventPtr = wx._core.ChildFocusEventPtr wxActivateEvent = wx._core.ActivateEvent -wxActivateEventPtr = wx._core.ActivateEventPtr wxInitDialogEvent = wx._core.InitDialogEvent -wxInitDialogEventPtr = wx._core.InitDialogEventPtr wxMenuEvent = wx._core.MenuEvent -wxMenuEventPtr = wx._core.MenuEventPtr wxCloseEvent = wx._core.CloseEvent -wxCloseEventPtr = wx._core.CloseEventPtr wxShowEvent = wx._core.ShowEvent -wxShowEventPtr = wx._core.ShowEventPtr wxIconizeEvent = wx._core.IconizeEvent -wxIconizeEventPtr = wx._core.IconizeEventPtr wxMaximizeEvent = wx._core.MaximizeEvent -wxMaximizeEventPtr = wx._core.MaximizeEventPtr wxDropFilesEvent = wx._core.DropFilesEvent -wxDropFilesEventPtr = wx._core.DropFilesEventPtr wxUPDATE_UI_PROCESS_ALL = wx._core.UPDATE_UI_PROCESS_ALL wxUPDATE_UI_PROCESS_SPECIFIED = wx._core.UPDATE_UI_PROCESS_SPECIFIED wxUpdateUIEvent = wx._core.UpdateUIEvent -wxUpdateUIEventPtr = wx._core.UpdateUIEventPtr wxUpdateUIEvent_SetUpdateInterval = wx._core.UpdateUIEvent_SetUpdateInterval wxUpdateUIEvent_GetUpdateInterval = wx._core.UpdateUIEvent_GetUpdateInterval wxUpdateUIEvent_CanUpdate = wx._core.UpdateUIEvent_CanUpdate @@ -878,34 +951,24 @@ wxUpdateUIEvent_ResetUpdateTime = wx._core.UpdateUIEvent_ResetUpdateTime wxUpdateUIEvent_SetMode = wx._core.UpdateUIEvent_SetMode wxUpdateUIEvent_GetMode = wx._core.UpdateUIEvent_GetMode wxSysColourChangedEvent = wx._core.SysColourChangedEvent -wxSysColourChangedEventPtr = wx._core.SysColourChangedEventPtr wxMouseCaptureChangedEvent = wx._core.MouseCaptureChangedEvent -wxMouseCaptureChangedEventPtr = wx._core.MouseCaptureChangedEventPtr wxDisplayChangedEvent = wx._core.DisplayChangedEvent -wxDisplayChangedEventPtr = wx._core.DisplayChangedEventPtr wxPaletteChangedEvent = wx._core.PaletteChangedEvent -wxPaletteChangedEventPtr = wx._core.PaletteChangedEventPtr wxQueryNewPaletteEvent = wx._core.QueryNewPaletteEvent -wxQueryNewPaletteEventPtr = wx._core.QueryNewPaletteEventPtr wxNavigationKeyEvent = wx._core.NavigationKeyEvent -wxNavigationKeyEventPtr = wx._core.NavigationKeyEventPtr wxWindowCreateEvent = wx._core.WindowCreateEvent -wxWindowCreateEventPtr = wx._core.WindowCreateEventPtr wxWindowDestroyEvent = wx._core.WindowDestroyEvent -wxWindowDestroyEventPtr = wx._core.WindowDestroyEventPtr wxContextMenuEvent = wx._core.ContextMenuEvent -wxContextMenuEventPtr = wx._core.ContextMenuEventPtr wxIDLE_PROCESS_ALL = wx._core.IDLE_PROCESS_ALL wxIDLE_PROCESS_SPECIFIED = wx._core.IDLE_PROCESS_SPECIFIED wxIdleEvent = wx._core.IdleEvent -wxIdleEventPtr = wx._core.IdleEventPtr wxIdleEvent_SetMode = wx._core.IdleEvent_SetMode wxIdleEvent_GetMode = wx._core.IdleEvent_GetMode wxIdleEvent_CanSend = wx._core.IdleEvent_CanSend wxPyEvent = wx._core.PyEvent -wxPyEventPtr = wx._core.PyEventPtr wxPyCommandEvent = wx._core.PyCommandEvent -wxPyCommandEventPtr = wx._core.PyCommandEventPtr +wxDateEvent = wx._core.DateEvent +wxEVT_DATE_CHANGED = wx._core.wxEVT_DATE_CHANGED wxPYAPP_ASSERT_SUPPRESS = wx._core.PYAPP_ASSERT_SUPPRESS wxPYAPP_ASSERT_EXCEPTION = wx._core.PYAPP_ASSERT_EXCEPTION wxPYAPP_ASSERT_DIALOG = wx._core.PYAPP_ASSERT_DIALOG @@ -913,7 +976,7 @@ wxPYAPP_ASSERT_LOG = wx._core.PYAPP_ASSERT_LOG 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,22 +996,24 @@ 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 +wxEventLoop_GetActive = wx._core.EventLoop_GetActive +wxEventLoop_SetActive = wx._core.EventLoop_SetActive +wxEventLoopActivator = wx._core.EventLoopActivator wxAcceleratorEntry = wx._core.AcceleratorEntry -wxAcceleratorEntryPtr = wx._core.AcceleratorEntryPtr wxAcceleratorTable = wx._core.AcceleratorTable -wxAcceleratorTablePtr = wx._core.AcceleratorTablePtr wxNullAcceleratorTable = wx._core.NullAcceleratorTable wxGetAccelFromString = wx._core.GetAccelFromString wxPanelNameStr = wx._core.PanelNameStr wxVisualAttributes = wx._core.VisualAttributes -wxVisualAttributesPtr = wx._core.VisualAttributesPtr wxWINDOW_VARIANT_NORMAL = wx._core.WINDOW_VARIANT_NORMAL wxWINDOW_VARIANT_SMALL = wx._core.WINDOW_VARIANT_SMALL wxWINDOW_VARIANT_MINI = wx._core.WINDOW_VARIANT_MINI wxWINDOW_VARIANT_LARGE = wx._core.WINDOW_VARIANT_LARGE wxWINDOW_VARIANT_MAX = wx._core.WINDOW_VARIANT_MAX wxWindow = wx._core.Window -wxWindowPtr = wx._core.WindowPtr wxPreWindow = wx._core.PreWindow wxWindow_NewControlId = wx._core.Window_NewControlId wxWindow_NextControlId = wx._core.Window_NextControlId @@ -960,62 +1025,47 @@ wxFindWindowById = wx._core.FindWindowById wxFindWindowByName = wx._core.FindWindowByName wxFindWindowByLabel = wx._core.FindWindowByLabel wxWindow_FromHWND = wx._core.Window_FromHWND +GetTopLevelWindows = wx._core.GetTopLevelWindows wxValidator = wx._core.Validator -wxValidatorPtr = wx._core.ValidatorPtr wxValidator_IsSilent = wx._core.Validator_IsSilent wxValidator_SetBellOnError = wx._core.Validator_SetBellOnError wxPyValidator = wx._core.PyValidator -wxPyValidatorPtr = wx._core.PyValidatorPtr wxDefaultValidator = wx._core.DefaultValidator wxMenu = wx._core.Menu -wxMenuPtr = wx._core.MenuPtr wxMenuBar = wx._core.MenuBar -wxMenuBarPtr = wx._core.MenuBarPtr +wxMenuBar_SetAutoWindowMenu = wx._core.MenuBar_SetAutoWindowMenu +wxMenuBar_GetAutoWindowMenu = wx._core.MenuBar_GetAutoWindowMenu wxMenuItem = wx._core.MenuItem -wxMenuItemPtr = wx._core.MenuItemPtr wxMenuItem_GetLabelFromText = wx._core.MenuItem_GetLabelFromText wxMenuItem_GetDefaultMarginWidth = wx._core.MenuItem_GetDefaultMarginWidth wxControlNameStr = wx._core.ControlNameStr wxControl = wx._core.Control -wxControlPtr = wx._core.ControlPtr wxPreControl = wx._core.PreControl wxControl_GetClassDefaultAttributes = wx._core.Control_GetClassDefaultAttributes wxItemContainer = wx._core.ItemContainer -wxItemContainerPtr = wx._core.ItemContainerPtr wxControlWithItems = wx._core.ControlWithItems -wxControlWithItemsPtr = wx._core.ControlWithItemsPtr wxSizerItem = wx._core.SizerItem -wxSizerItemPtr = wx._core.SizerItemPtr wxSizerItemWindow = wx._core.SizerItemWindow wxSizerItemSpacer = wx._core.SizerItemSpacer wxSizerItemSizer = wx._core.SizerItemSizer wxSizer = wx._core.Sizer -wxSizerPtr = wx._core.SizerPtr wxPySizer = wx._core.PySizer -wxPySizerPtr = wx._core.PySizerPtr wxBoxSizer = wx._core.BoxSizer -wxBoxSizerPtr = wx._core.BoxSizerPtr wxStaticBoxSizer = wx._core.StaticBoxSizer -wxStaticBoxSizerPtr = wx._core.StaticBoxSizerPtr wxGridSizer = wx._core.GridSizer -wxGridSizerPtr = wx._core.GridSizerPtr wxFLEX_GROWMODE_NONE = wx._core.FLEX_GROWMODE_NONE 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 wxGBPosition = wx._core.GBPosition -wxGBPositionPtr = wx._core.GBPositionPtr wxGBSpan = wx._core.GBSpan -wxGBSpanPtr = wx._core.GBSpanPtr wxDefaultSpan = wx._core.DefaultSpan wxGBSizerItem = wx._core.GBSizerItem -wxGBSizerItemPtr = wx._core.GBSizerItemPtr wxGBSizerItemWindow = wx._core.GBSizerItemWindow wxGBSizerItemSizer = wx._core.GBSizerItemSizer wxGBSizerItemSpacer = wx._core.GBSizerItemSpacer wxGridBagSizer = wx._core.GridBagSizer -wxGridBagSizerPtr = wx._core.GridBagSizerPtr wxLeft = wx._core.Left wxTop = wx._core.Top wxRight = wx._core.Right @@ -1036,9 +1086,7 @@ wxRightOf = wx._core.RightOf wxSameAs = wx._core.SameAs wxAbsolute = wx._core.Absolute wxIndividualLayoutConstraint = wx._core.IndividualLayoutConstraint -wxIndividualLayoutConstraintPtr = wx._core.IndividualLayoutConstraintPtr wxLayoutConstraints = wx._core.LayoutConstraints -wxLayoutConstraintsPtr = wx._core.LayoutConstraintsPtr wxPyOnDemandOutputWindow = wx._core.PyOnDemandOutputWindow wxApp = wx._core.App wxGetApp = wx._core.GetApp @@ -1056,6 +1104,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 @@ -1075,6 +1124,7 @@ wxDLG_SZE = wx._core.DLG_SZE wxPyAssertionError = wx._core.PyAssertionError wxMemoryFSHandler_AddFile = wx._core.MemoryFSHandler_AddFile wxInitAllImageHandlers = wx._core.InitAllImageHandlers +wxEVT_SCROLL_ENDSCROLL = wx._core.wxEVT_SCROLL_ENDSCROLL d = globals()