in reply to Re^2: Has Wx::RichTextPrinting been implemented yet in wxPerl?
in thread Has Wx::RichTextPrinting been implemented yet in wxPerl?

Well no, that doesn't happen. DoSaveFile is not meant for subclassing. When you create your own buffer subclass you're supposed to write a DoSaveFile method. SaveFile is a wxRichTextControl method.
  • Comment on Re^3: Has Wx::RichTextPrinting been implemented yet in wxPerl?

Replies are listed 'Best First'.
Re^4: Has Wx::RichTextPrinting been implemented yet in wxPerl?
by Anonymous Monk on Jan 23, 2010 at 00:57 UTC
    s/DoSaveFile is not meant for subclassing./DoSaveFile is meant for subclassing./