summaryrefslogtreecommitdiff
path: root/FL/Fl_Image_Surface.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-23 06:27:31 +0000
committerManolo Gouy <Manolo>2016-04-23 06:27:31 +0000
commite2edfcbe4fc6e24d77bcd74f03fca7d4f27dcb38 (patch)
treea74abf1abb4b3da0f1778fb426dd6ae868ae80c9 /FL/Fl_Image_Surface.H
parentc393fb4fafda7ad3ce2d8187a26f75fa6a874160 (diff)
Add Doxygen definitions to the new Fl_XXX_Driver classes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11681 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Image_Surface.H')
-rw-r--r--FL/Fl_Image_Surface.H8
1 files changed, 6 insertions, 2 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H
index 227a05b6a..f46e6dd3d 100644
--- a/FL/Fl_Image_Surface.H
+++ b/FL/Fl_Image_Surface.H
@@ -33,10 +33,9 @@
draw widgets (using Fl_Image_Surface::draw()) or to use any of the
\ref fl_drawings or the \ref fl_attributes. Finally, call image() on the object
to obtain a newly allocated Fl_RGB_Image object.
-
Fl_GL_Window objects can be drawn in the image as well.
- \example
+ Usage example:
\code
// this is the widget that you want to draw into an image
Fl_Widget *g = ...;
@@ -89,6 +88,11 @@ public:
};
+/** A base class describing the interface between FLTK and draw-to-image 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 an Fl_RGB_Image through class Fl_Image_Surface.
+ */
class Fl_Image_Surface_Driver : public Fl_Widget_Surface {
friend class Fl_Image_Surface;
protected: