Displaying 1 result from an estimated 1 matches for "wxpostscriptdc".
2004 Nov 21
2
[DEVEL] Virtual Methods
Nick,
I had a few minutes so I implemented the WxPrinterDC class tonight, and
I have a question on Virtual Methods. Is there a general rule of thumb
to follow? Should they be implemented in the wxRuby header and source
files, or should I ignore them?
They are not listed on the WxWidgets documentation page, but they are in
the wxWidgets source file, as being public virtual methods.
Examples: