Author: manolo
Date: 2011-06-20 00:53:06 -0700 (Mon, 20 Jun 2011)
New Revision: 8830
Log:
Added reference to print_window() to the doc of the Fl_Printer class.

Modified:
   branches/branch-1.3/FL/Fl_Printer.H

Modified: branches/branch-1.3/FL/Fl_Printer.H
===================================================================
--- branches/branch-1.3/FL/Fl_Printer.H 2011-06-19 23:16:46 UTC (rev 8829)
+++ branches/branch-1.3/FL/Fl_Printer.H 2011-06-20 07:53:06 UTC (rev 8830)
@@ -3,7 +3,7 @@
 //
 // Printing support for the Fast Light Tool Kit (FLTK).
 //
-// Copyright 2010 by Bill Spitzak and others.
+// Copyright 2010-2011 by Bill Spitzak and others.
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
@@ -125,8 +125,8 @@
  Fl_Printer allows to use all FLTK drawing, color, text, and clip functions, 
and to have them operate
  on printed page(s). There are two main, non exclusive, ways to use it.
  <ul><li>Print any widget (standard, custom, Fl_Window, Fl_Gl_Window) as it 
appears 
- on screen, with optional translation, scaling and rotation. This is done by 
calling print_widget() 
- or print_window_part().
+ on screen, with optional translation, scaling and rotation. This is done by 
calling print_widget(), 
+ print_window() or print_window_part().
  <li>Use a series of FLTK graphics commands (e.g., font, text, lines, colors, 
clip, image) to
  compose a page appropriately shaped for printing. 
  </ul>

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

Reply via email to