in reply to wxperl subclassing Wx::VListBox
For abstract classes, XS++ will create an additional Perl-level class, called Wx::Pl<classname>; in order to override the virtual methods, you must derive from this class, and not from Wx::<classname>.
I'm not sure if this is intended or desireable :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: wxperl subclassing Wx::VListBox
by antmico (Novice) on Feb 12, 2011 at 13:11 UTC |