DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2310
Version: 1.3-feature


I have (correctly this time I believe) changed the MSWindows
version of Fl_Printer so the default origin of graphics coordinates
is at top left of the printable page area, as with the Mac OS X version.
Thus, Fl_printer::printable_rect(int &x, int &y, int &w, int &h)
does not make much sense because it always sets x and y to 0, so
I changed it to Fl_printer::printable_rect(int &w, int &h).
This will cause you, Albrecht, some compilation errors in your test
programs, but I think preferable to change the API now for the better.
I have also added 
Fl_Printer::margins(int &left, int &top, int &right, int &bottom)
that computes the margin sizes around the printable page area.


Link: http://www.fltk.org/str.php?L2310
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to