]> git.saurik.com Git - wxWidgets.git/commit
Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
authorRobin Dunn <robin@alldunn.com>
Sat, 20 Feb 1999 09:11:32 +0000 (09:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 20 Feb 1999 09:11:32 +0000 (09:11 +0000)
commit11765138636bade99a104fa6a72ef5ced752b22d
treecc90af7d02775a1cc4874e988cc5b42386525bb8
parentaf309447ff8413abd2fa5e9cc780fcef1c891f87
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@1735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/wxPython/src/msw/wx.py