Author: manolo Date: 2012-03-01 01:03:21 -0800 (Thu, 01 Mar 2012) New Revision: 9258 Log: Improved doc of fltk3::PostScriptFileDevice::start_job().
Modified: branches/branch-3.0/src/fltk3/PostScript.cxx Modified: branches/branch-3.0/src/fltk3/PostScript.cxx =================================================================== --- branches/branch-3.0/src/fltk3/PostScript.cxx 2012-03-01 08:48:36 UTC (rev 9257) +++ branches/branch-3.0/src/fltk3/PostScript.cxx 2012-03-01 09:03:21 UTC (rev 9258) @@ -87,7 +87,7 @@ @brief Begins the session where all graphics requests will go to a local PostScript file. * Opens a file dialog entitled with fltk3::PostScriptFileDevice::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. @@ -121,7 +121,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
