summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-11-29 21:48:14 +0000
committerManolo Gouy <Manolo>2010-11-29 21:48:14 +0000
commit1dca5f900ab300918f9933ed3aacb5180a80d01b (patch)
treeaaa2d30daf1d8549ae64242dce898647e80da2e5
parent90a10d3bb26eccfa5ff520e5941bd4514d604ebe (diff)
Added the device demo program to the examples documentation section.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7916 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-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