Windows - getting Tkinter or wxPython window handle?

Austin Luminais nomail at magicfish.net
Mon Jun 23 02:30:34 EDT 2003


"Greg Ewing (using news.cis.dfn.de)" <g2h5dqi002 at sneakemail.com> wrote in message news:<bd5ofv$pekdg$1 at ID-169208.news.dfncis.de>...
> On Windows, is there any chance of getting hold of an
> MFC window handle for a Tkinter or wxPython window?
> If so, how?

In wxPython, wxWindows have a method called GetHandle which will
return the HWND of the window.




More information about the Python-list mailing list