Author: manolo
Date: 2012-03-01 00:48:36 -0800 (Thu, 01 Mar 2012)
New Revision: 9257
Log:
Improved doc of Fl_PostScript_File_Device::start_job().

Modified:
   branches/branch-1.3/src/Fl_PostScript.cxx

Modified: branches/branch-1.3/src/Fl_PostScript.cxx
===================================================================
--- branches/branch-1.3/src/Fl_PostScript.cxx   2012-02-29 05:42:12 UTC (rev 
9256)
+++ branches/branch-1.3/src/Fl_PostScript.cxx   2012-03-01 08:48:36 UTC (rev 
9257)
@@ -78,7 +78,7 @@
  @brief Begins the session where all graphics requests will go to a local 
PostScript file.
  *
  Opens a file dialog entitled with 
Fl_PostScript_File_Device::file_chooser_title to select an output PostScript 
file.
- @param pagecount The total number of pages to be created.
+ @param pagecount The total number of pages to be created. Use 0 if this 
number is unknown when this function is called.
  @param format Desired page format.
  @param layout Desired page layout.
  @return 0 if OK, 1 if user cancelled the file dialog, 2 if fopen failed on 
user-selected output file.
@@ -112,7 +112,7 @@
  *
  @param ps_output A writable FILE pointer that will receive PostScript output 
and that should not be closed
  until after end_job() has been called.
- @param pagecount The total number of pages to be created.
+ @param pagecount The total number of pages to be created. Use 0 if this 
number is unknown when this function is called.
  @param format Desired page format.
  @param layout Desired page layout.
  @return always 0.

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

Reply via email to