]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/misc.py
Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
authorRobin Dunn <robin@alldunn.com>
Sat, 20 Feb 1999 10:05:52 +0000 (10:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 20 Feb 1999 10:05:52 +0000 (10:05 +0000)
commit21f8d7ea6b728d473045198304592b61c610e49a
tree710b2db5487dcf0d055f27296961da9e9f91f434
parentb57bdb5a3f6dab3282480629b76986a90d86a901
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@1737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
utils/wxPython/README.txt
utils/wxPython/src/gtk/cmndlgs.cpp
utils/wxPython/src/gtk/controls.cpp
utils/wxPython/src/gtk/controls2.cpp
utils/wxPython/src/gtk/controls2.py
utils/wxPython/src/gtk/events.cpp
utils/wxPython/src/gtk/frames.cpp
utils/wxPython/src/gtk/gdi.cpp
utils/wxPython/src/gtk/gdi.py
utils/wxPython/src/gtk/mdi.cpp
utils/wxPython/src/gtk/misc.cpp
utils/wxPython/src/gtk/misc.py
utils/wxPython/src/gtk/stattool.cpp
utils/wxPython/src/gtk/utils.cpp
utils/wxPython/src/gtk/utils.py
utils/wxPython/src/gtk/windows.cpp
utils/wxPython/src/gtk/windows.py
utils/wxPython/src/gtk/windows2.cpp
utils/wxPython/src/gtk/windows2.py
utils/wxPython/src/gtk/windows3.cpp
utils/wxPython/src/gtk/wx.cpp
utils/wxPython/src/gtk/wx.py
utils/wxPython/src/msw/gdi.cpp
utils/wxPython/src/msw/gdi.py