Accessing wxPython objects from C?

Did you try this entry in the wiki?
http://wiki.wxpython.org/index.cgi/C_2b_2bExtensions

-Mark

···

On Tue, 2003-09-30 at 09:36, Sterling Hughes wrote:

Hi,

I'd like to access the underlying C++ objects (such as a wxWindow or a
wxMenu) from wxPython objects within my python extension? Does anyone
have any idea how I should do this - I took a look, but I'm afraid the
SWIG stuff just ended up confusing me :slight_smile: