mirror of
https://github.com/fltk/fltk.git
synced 2026-05-12 01:54:25 +08:00
Add member function FILE* Fl_PostScript_File_Device::file()
This commit is contained in:
@@ -311,6 +311,8 @@ public:
|
||||
void end_job(void);
|
||||
/** \brief Label of the PostScript file chooser window */
|
||||
static const char *file_chooser_title;
|
||||
/** Returns the underlying FILE* receiving all PostScript data */
|
||||
FILE *file() { return driver()->file(); }
|
||||
};
|
||||
|
||||
/** Encapsulated PostScript drawing surface.
|
||||
|
||||
Reference in New Issue
Block a user