summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-26 09:29:49 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-07-26 09:29:49 +0200
commitd026f29993dab21bcad0e2017145c8322f6483a0 (patch)
treedfd527207ff26f281aac4b822061b2a96ab3ff89
parent237c0c1393dd9fe6f6c9ec8fb943141751c162bd (diff)
Document the class hierarchy below Fl_System_Driver.
-rw-r--r--src/Fl_System_Driver.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index b342fcb29..007fc4925 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -25,6 +25,16 @@
\brief declaration of class Fl_System_Driver.
*/
+/* Class hierarchy
+ + Fl_System_Driver
+ | + Fl_Posix_System_Driver
+ | | + Fl_Unix_System_Driver
+ | | | + Fl_X11_System_Driver
+ | | | + Fl_Wayland_System_Driver
+ | | + Fl_Darwin_System_Driver
+ | + Fl_WinAPI_System_Driver
+ */
+
#ifndef FL_SYSTEM_DRIVER_H
#define FL_SYSTEM_DRIVER_H