reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-04 15:29:48 +00:00
parent 69056570da
commit bcd0d7b64b
4 changed files with 84 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ 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
wxTAB_TRAVERSAL = wx._core.TAB_TRAVERSAL
wxWANTS_CHARS = wx._core.WANTS_CHARS
wxPOPUP_WINDOW = wx._core.POPUP_WINDOW
@@ -673,6 +674,9 @@ __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
wxImageHistogram = wx._core.ImageHistogram