Add member function FILE* Fl_PostScript_File_Device::file()
This commit is contained in:
parent
0b5f92d1c7
commit
2f0be9d537
@ -311,6 +311,8 @@ public:
|
|||||||
void end_job(void);
|
void end_job(void);
|
||||||
/** \brief Label of the PostScript file chooser window */
|
/** \brief Label of the PostScript file chooser window */
|
||||||
static const char *file_chooser_title;
|
static const char *file_chooser_title;
|
||||||
|
/** Returns the underlying FILE* receiving all PostScript data */
|
||||||
|
FILE *file() { return driver()->file(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Encapsulated PostScript drawing surface.
|
/** Encapsulated PostScript drawing surface.
|
||||||
|
Loading…
Reference in New Issue
Block a user