diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-11-05 17:17:37 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-11-05 17:17:37 +0100 |
| commit | 4abb0d0a255a1a6b966cf98cb776e3bf76b4ea44 (patch) | |
| tree | 7a87b4748c61bf0aca754aa473c0f561c579a0a4 /src/Fl_Device.cxx | |
| parent | da29db9f9c3b789cd31921cb30a1418392d4214f (diff) | |
Comments only: place new class Fl_GTK_Printer_Driver in the inheritance description.
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 98d8928a1..02e01f544 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -36,13 +36,15 @@ +- Fl_Image_Surface_Driver: helper class interfacing FLTK with draw-to-image operations | +- Fl_..._Image_Surface_Driver: platform-specific implementation of Fl_Image_Surface_Driver - +- Fl_Paged_Device: output to a page-structured surface + +- Fl_Paged_Device: output to a page-structured surface | +- Fl_Printer: user can instantiate this to gain access to a printer - +- Fl_..._Printer_Driver: platform-specific helper class interfacing FLTK with print operations + +- Fl_WinAPI_Printer_Driver: Windows-specific helper class interfacing FLTK with print operations + +- Fl_Cocoa_Printer_Driver: macOS-specific helper class interfacing FLTK with print operations +- Fl_PostScript_File_Device: draw into a PostScript file | +- Fl_Posix_Printer_Driver: Fl_Printer uses that under Posix platforms + +- Fl_GTK_Printer_Driver: Fl_Printer uses that under Posix+GTK platforms +- Fl_Graphics_Driver -> directed to an Fl_Surface_Device object | |
