From b3d47552867d9425035918efb76b549615df4f99 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 29 Mar 2010 12:52:28 +0000 Subject: Fl_Printer & Fl_PSfile_Device : added some implementation details in doc git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7356 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Printer.H | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'FL/Fl_Printer.H') diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index ccb2b6158..f8dc9844c 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -52,7 +52,9 @@ In both cases, begin by start_job(), start_page(), printable_rect() and origin() calls and finish by end_page() and end_job() calls. -

On Xlib-based platforms (e.g., Linux, Unix), the static public attributes of this class +

On Xlib-based platforms (e.g., Linux, Unix), this class is implemented as + a subclass of Fl_PSfile_Device. +

On Xlib-based platforms, the static public attributes of this class can be used to set the print dialog to other languages than English. For example, the "Printer:" dialog item Fl_Printer::dialog_printer can be set to French with: \code @@ -62,6 +64,7 @@ \endcode Use Fl_PSfile_Device::file_chooser_title to customize the title of the file chooser dialog that opens when using the "Print To File" option of the print dialog. + \see Fl_PSfile_Device. */ class Fl_Printer : public Fl_Abstract_Printer { private: -- cgit v1.2.3