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
This commit is contained in:
Manolo Gouy 2010-11-29 21:48:14 +00:00
parent 90a10d3bb2
commit 1dca5f900a

View File

@ -103,6 +103,7 @@ you build FLTK, unlike those in the 'test' directory shown below.
<td> \ref examples_tile </td> <td> \ref examples_tile </td>
<td> \ref examples_tiled_image </td> <td> \ref examples_tiled_image </td>
<td> \ref examples_valuators </td> <td> \ref examples_valuators </td>
<td> \ref examples_device </td>
<td> &nbsp; </td> <td> &nbsp; </td>
<td> &nbsp; </td> <td> &nbsp; </td>
</tr> </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 \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>. 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 \subsection examples_doublebuffer doublebuffer
\par \par