Displaying 2 results from an estimated 2 matches for "print_preview".
2007 Jul 19
0
[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
...;> #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();
+        rb_gc_mark( SWIG_RubyInstanceFor(printout) );
+  &nbs...
2010 Jun 25
0
Wine release 1.2-rc5
...call.
wined3d: Remove spaces after '\n's.
shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.
d3dxof: Make fdi_{alloc,free}() static.
d3dx9_36: Make assemble_shader() static.
gdiplus: Make measure_ranges_callback() static.
wordpad: Make print_preview() and preview_page_hittest() static.
kernel32: GetProcessDword() is unused so remove it.
usbd.sys: Fix the test for type control endpoints.
winecfg: The winecfg debug channel is unused so remove it.
programs: Remove spaces before '\n's in the resources.
winhlp3...