Author: manolo Date: 2010-11-29 13:48:14 -0800 (Mon, 29 Nov 2010) New Revision: 7916 Log: Added the device demo program to the examples documentation section.
Modified: branches/branch-1.3/documentation/src/examples.dox Modified: branches/branch-1.3/documentation/src/examples.dox =================================================================== --- branches/branch-1.3/documentation/src/examples.dox 2010-11-29 21:30:26 UTC (rev 7915) +++ branches/branch-1.3/documentation/src/examples.dox 2010-11-29 21:48:14 UTC (rev 7916) @@ -103,6 +103,7 @@ <td> \ref examples_tile </td> <td> \ref examples_tiled_image </td> <td> \ref examples_valuators </td> +<td> \ref examples_device </td> <td> </td> <td> </td> </tr> @@ -230,6 +231,11 @@ \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 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
