Hi Patrick,
On 21-10-2014 21:16, Patrick via RT wrote:
Thanks for the reply, Steve. I can see what you are saying. I have C and some
slight C++ experience from years ago. It was just when OOP was starting to
take off. I'd be glad to try to get oriented enough that I could make a little
contribution, but right now I'm a little disoriented in the syntax and protocol
of the open-source contribution system not to mention the wxperl contribution
system.
Your not alone in that! wxPerl has been more organised in the past, but
we've been through a bit of a hiatus this year and we're still trying to
pull ourselves together.
What file is the wxTextEntryDialog code in?
wxPerl::XS::TextEntryDialog.xs
I can see the wxSingleChoiceDialog that you are speaking of.
wxPerl::XS::SingleChoiceDialog.xs
wxPerl::cpp::SingleChoiceDialog.
But there are many other references to all these files across the
directories in MANIFEST files, Makefile files and typemap files among
others.
There are some descriptions about how it all hangs together on the wiki,
here:
http://wiki.wxperl.nl/Main_Page
especially the first two items:
here:
http://wiki.wxperl.nl/NewClass
and here:
http://wiki.wxperl.nl/Internals_-_Introduction_to_Wx_XS_Wrappers
Good luck.
Regards
Steve