diff options
| author | Manolo Gouy <Manolo> | 2015-02-26 15:38:54 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-02-26 15:38:54 +0000 |
| commit | c0ed5480058bfcdc3d09b3025bd20936730a2fe9 (patch) | |
| tree | 986d5a0f07195f52ac649c6d692f62e851b29ba8 /src/Fl_Paged_Device.cxx | |
| parent | 3441590a1d79185336a0a046b6dba2a90340ff14 (diff) | |
1) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Device, Fl_Display_Device
and Fl_Graphics_Driver.
2) Support call of Fl_Printer::start_job(pagecount) with pagecount=0 when the number of pages is unavailable.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Paged_Device.cxx')
| -rw-r--r-- | src/Fl_Paged_Device.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Paged_Device.cxx b/src/Fl_Paged_Device.cxx index 88eeef507..060837c24 100644 --- a/src/Fl_Paged_Device.cxx +++ b/src/Fl_Paged_Device.cxx @@ -146,7 +146,7 @@ void Fl_Paged_Device::print_window_part(Fl_Window *win, int x, int y, int w, int /** @brief Starts a print job. - @param[in] pagecount the total number of pages of the job + @param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages) @param[out] frompage if non-null, *frompage is set to the first page the user wants printed @param[out] topage if non-null, *topage is set to the last page the user wants printed @return 0 if OK, non-zero if any error |
