]> git.saurik.com Git - wxWidgets.git/commit
Enabling the use of masks for wxGTK in some of the demos
authorRobin Dunn <robin@alldunn.com>
Wed, 29 Dec 1999 22:10:32 +0000 (22:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 29 Dec 1999 22:10:32 +0000 (22:10 +0000)
commit54b9688254397c48ecf3b911a9b1757b5df76245
tree7cb5c8c96b8b137e4d6674d48c280fcf931eee2e
parentcfe17b74353dcf5ed47c1449e6e415aeb0f1c295
Enabling the use of masks for wxGTK in some of the demos

wxWindow.GetHandle returns the X-Window instead of the GtkWidget
pointer so the X-Window can be given to other Python modules such as
VTK.

wxPython.lib.vtk updated to get the window handle at widget creation
instead of in the constructor.

other updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
utils/wxPython/demo/GenericButtons.py
utils/wxPython/demo/wxButton.py
utils/wxPython/demo/wxGLCanvas.py
utils/wxPython/demo/wxVTKRenderWindow.py
utils/wxPython/lib/vtk.py
utils/wxPython/modules/glcanvas/gtk/glcanvas.cpp
utils/wxPython/modules/glcanvas/gtk/glcanvas.py
utils/wxPython/src/_extras.py
utils/wxPython/src/gtk/controls2.cpp
utils/wxPython/src/gtk/printfw.cpp
utils/wxPython/src/gtk/windows.cpp
utils/wxPython/src/gtk/wx.cpp
utils/wxPython/src/gtk/wx.py
utils/wxPython/src/helpers.cpp
utils/wxPython/src/helpers.h
utils/wxPython/src/windows.i