mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 01:46:00 +08:00
Added missing Doxygen doc
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7662 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -199,6 +199,7 @@ typedef Fl_PostScript_Printer Fl_Printer;
|
||||
class Fl_Printer : public Fl_System_Printer, Fl_PostScript_Printer {
|
||||
public:
|
||||
static const char *device_type;
|
||||
/** @brief The constructor */
|
||||
Fl_Printer(void);
|
||||
int start_job(int pagecount, int *frompage = NULL, int *topage = NULL);
|
||||
int start_page(void);
|
||||
@@ -211,6 +212,7 @@ public:
|
||||
void untranslate(void);
|
||||
int end_page (void);
|
||||
void end_job (void);
|
||||
/** @brief The destructor */
|
||||
~Fl_Printer(void);
|
||||
|
||||
/** \name These attributes are effective under the Xlib platform only.
|
||||
|
||||
Reference in New Issue
Block a user