Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
window handle. If you can get the window handle into the python code, it should just work... More news on this later. Added wxImageList, wxToolTip. Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the wxRegConfig class. As usual, some bug fixes, tweaks, etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -763,6 +763,7 @@ SWIGEXPORT(void,initmdic)() { | ||||
| 	 SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0); | ||||
| 	 SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0); | ||||
| 	 SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0); | ||||
| 	 SWIG_RegisterMapping("_wxToolTip","_class_wxToolTip",0); | ||||
| 	 SWIG_RegisterMapping("_wxMask","_class_wxMask",0); | ||||
| 	 SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0); | ||||
| 	 SWIG_RegisterMapping("_wxPen","_class_wxPen",0); | ||||
| @@ -774,6 +775,7 @@ SWIGEXPORT(void,initmdic)() { | ||||
| 	 SWIG_RegisterMapping("_long","_wxDash",0); | ||||
| 	 SWIG_RegisterMapping("_long","_unsigned_long",0); | ||||
| 	 SWIG_RegisterMapping("_long","_signed_long",0); | ||||
| 	 SWIG_RegisterMapping("_wxImageList","_class_wxImageList",0); | ||||
| 	 SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0); | ||||
| 	 SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0); | ||||
| @@ -790,6 +792,7 @@ SWIGEXPORT(void,initmdic)() { | ||||
| 	 SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0); | ||||
| 	 SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0); | ||||
| 	 SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxMask","_wxMask",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0); | ||||
| 	 SWIG_RegisterMapping("_wxColour","_class_wxColour",0); | ||||
| @@ -911,6 +914,7 @@ SWIGEXPORT(void,initmdic)() { | ||||
| 	 SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxImageList","_wxImageList",0); | ||||
| 	 SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0); | ||||
| 	 SWIG_RegisterMapping("_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); | ||||
| 	 SWIG_RegisterMapping("_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user