Displaying 1 result from an estimated 1 matches for "mark_wxprintpreview".
2007 Jul 19
0
[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
...UTC (rev 1122)
</span><span class="lines">@@ -10,6 +10,19 @@
</span><span class="cx"> #include <wx/print.h>
</span><span class="cx"> %}
</span><span class="cx">
</span><ins>+%{
+ static void mark_wxPrintPreview(void *ptr)
+ {
+        wxPrintPreview* print_preview = (wxPrintPreview*)ptr;
+        wxPrintout* printout = print_preview->GetPrintout();
+  &nbs...