summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-11-05 17:17:37 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-11-05 17:17:37 +0100
commit4abb0d0a255a1a6b966cf98cb776e3bf76b4ea44 (patch)
tree7a87b4748c61bf0aca754aa473c0f561c579a0a4 /src
parentda29db9f9c3b789cd31921cb30a1418392d4214f (diff)
Comments only: place new class Fl_GTK_Printer_Driver in the inheritance description.
Diffstat (limited to 'src')
-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
|