Hi all, as you probably know, the wxWidgets documentation available from the wxPerl site contains automatically-generated notes: "This class is not implemented in wxPerl" and "This method is not implemented in wxPerl"
Some wxWidgets classes (wxArray, wxString, ...) are not relevant for Perl, while others (wxTempFile, wxDb, wxZip*, ...) have equivalents in the Perl core (or in CPAN). I am planning to change some of the "This class is not implemented in wxPerl" notes to "This class is not relevant to wxPerl" and "This class is equivalent to Perl module Foo::Bar". Also, in the current documentation all methods for an unimplemented class carry the "unimplemented method" note. I wanted to change that so an unimplemented class only has the "unimplemented class" header but its methods do not have the "unimplemented method" note. What do you think? Best regards, Mattia
