Steve Cookson wrote:
Well, the wrapping seems to be taking effect. I have some issues which may not matter which way they go as the code seems to work so far, but I feel I should check.

In NewClass.pod it says the constructor should have:

%name(Wx::NewClass) class wxNewClass : public wxSomeBaseClass

Is 'wxSomeBaseClass', the parent class or the base class of the inheritence tree?

Maybe I am misunderstanding, but the two terms are used interchangeably in object oriented programming.

Ie for wxRichTextPrintout is it wxPrintout or wxObject (or maybe it doesn't matter which)?

  It does matter, and the correct base class in this case is wxPrintout.

Regards,
Mattia

Reply via email to