search for: mark_wxprintpreview

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) + { +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxPrintPreview* print_preview = (wxPrintPreview*)ptr; +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspwxPrintout* printout = print_preview->GetPrintout(); +&nbsp&nbsp&nbs...