summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Device.cxx6
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
|