diff options
Diffstat (limited to 'FL/Fl_Copy_Surface.H')
| -rw-r--r-- | FL/Fl_Copy_Surface.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index fa1e96ac2..fa95f18cc 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -66,6 +66,11 @@ public: }; +/** A base class describing the interface between FLTK and draw-to-clipboard operations. + This class is only for internal use by the FLTK library. + A supported platform should implement the virtual methods of this class + in order to support drawing to the clipboard through class Fl_Copy_Surface. + */ class Fl_Copy_Surface_Driver : public Fl_Widget_Surface { friend class Fl_Copy_Surface; protected: |
