Displaying 4 results from an estimated 4 matches for "prntbase".
Did you mean:
plotbase
2004 Nov 24
3
[DEVEL] Defining Pure Virtual Functions
I am working on the Printer, PrintDialog, PrintDialogData, PrinterDC,
etc... classes and I''m having a problem with Printout.
In the wxWindows source, the file "prntbase.h" defines the class
"wxPrintout". When wrapping this for wxRuby I am trying the call:
cppResult = new wxPrintout( cppParm0 ); //where cppParm0 is a wxString
If I do this it complains that I need to override the abstract class
wxPrintout, and define the method "bool OnPrintP...
2006 Nov 13
0
[733] trunk/wxruby2: Updated with changes made to samples.
...7 UTC (rev 733)
</span><span class="lines">@@ -18,8 +18,8 @@
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><span class="cx"> #include <wx/prntbase.h>
</span><ins>+//#include <wx/dcbuffer.h>
</ins><span class="cx">
</span><del>-
</del><span class="cx"> // All of these exist on only one platform, so in those
</span><span class="cx"> // cases I...
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...s">@@ -17,6 +17,7 @@
</span><span class="cx"> #include <wx/laywin.h>
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><ins>+#include <wx/prntbase.h>
</ins><span class="cx">
</span><span class="cx">
</span><span class="cx"> // All of these exist on only one platform, so in those
</span><span class="lines">@@ -1318,6 +1319,13 @@
</span><span c...
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
...0 UTC (rev 735)
</span><span class="lines">@@ -18,6 +18,7 @@
</span><span class="cx"> #include <wx/imagbmp.h>
</span><span class="cx"> #include <wx/sashwin.h>
</span><span class="cx"> #include <wx/prntbase.h>
</span><ins>+#include <wx/listbase.h>
</ins><span class="cx"> //#include <wx/dcbuffer.h>
</span><span class="cx">
</span><span class="cx"> // All of these exist on only one platform, so in those
</sp...