diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-26 09:29:49 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-26 09:29:49 +0200 |
| commit | d026f29993dab21bcad0e2017145c8322f6483a0 (patch) | |
| tree | dfd527207ff26f281aac4b822061b2a96ab3ff89 | |
| parent | 237c0c1393dd9fe6f6c9ec8fb943141751c162bd (diff) | |
Document the class hierarchy below Fl_System_Driver.
| -rw-r--r-- | src/Fl_System_Driver.H | 10 |
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 |
