in reply to Re^4: C++ to wxPerl Conversion
in thread C++ to wxPerl Conversion

This would be used if I wanted to wrap the C++ code as is?

Yes, if you wanted to wrap wxLEDNumberCtrl (part of wx-gizmos)

Is there a file that contains all of the wxPerl CONSTANT definitions? i.e. EVENT_names, wxCOLORS, wxXXXX_XXXXX, etc...Thanks again.

Yeah, why do you want to know?

Replies are listed 'Best First'.
Re^6: C++ to wxPerl Conversion
by Anonymous Monk on Apr 11, 2011 at 17:02 UTC

    Because the 2000+ page wx.pdf documentation file takes way too long to wade/search through. May be an easier way, but like I said I'm new at wxPerl and Perl in general.

        At this point I don't remember where I got the wx.pdf documentation. It's titled: "wxWidgets 2.8.10:A Portable C++ and Python GUI Toolkit". Authors: Smart,Roebling, Zeitlin, Dunn,et al, Feb 2009, 2381pages. I downloaded the HTML document and posting you suggested. Thank you. The wx.pdf has no Perl or Python notes, so the HTML doc should be a big help. I think I already have the other files that were referenced in the posting. When I get this figured out, I will have to write a how-to and post it for other lost people like myself. Thanks again.