summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/examples.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index ce3f59bd4..556312b9d 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -103,6 +103,7 @@ you build FLTK, unlike those in the 'test' directory shown below.
<td> \ref examples_tile </td>
<td> \ref examples_tiled_image </td>
<td> \ref examples_valuators </td>
+<td> \ref examples_device </td>
<td> &nbsp; </td>
<td> &nbsp; </td>
</tr>
@@ -230,6 +231,11 @@ This tool allows quick access to all programs in the \c test directory.
\c demo is based on the visuals of the IrixGL demo program. The menu
tree can be changed by editing <tt>test/demo.menu</tt>.
+\subsection examples_device device
+
+\par
+Shows how a wide variety of graphics requests can be printed using the Fl_Printer class.
+
\subsection examples_doublebuffer doublebuffer
\par