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

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.

Replies are listed 'Best First'.
Re^7: C++ to wxPerl Conversion
by Anonymous Monk on Apr 12, 2011 at 15:29 UTC

      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.

        I have now ported most of the example programs from chapter 5 of the wxBook( Device Contexts and Drawing). I am creating a spreadsheet/table of the differences between the C++ syntax and the wxPerl syntax. Some is very similar and some quite different. I found that the wx.pdf document does contain a few wxPython and wxPerl references