Displaying 1 result from an estimated 1 matches for "printout_for_printing".
2007 Jul 19
0
[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
...nbsp    wxPrintout* printout = print_preview->GetPrintout();
+        rb_gc_mark( SWIG_RubyInstanceFor(printout) );
+        wxPrintout* printout_for_printing = print_preview->GetPrintoutForPrinting();
+        rb_gc_mark( SWIG_RubyInstanceFor(printout_for_printing) );
+ }
+%}
+
+%markfunc wxPrintPreview "mark_wxPrintPreview";
+
</ins><span class="cx"> %im...