From 1cd5e78946f0b869e01c88a1081d9bdee8cc9cb4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 26 May 2014 09:05:57 +0000 Subject: Reflects changes in the list of test programs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/examples.dox | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) (limited to 'documentation/src/examples.dox') diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index a04a799a9..5105b7b1b 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -43,69 +43,71 @@ you build FLTK, unlike those in the 'test' directory shown below. \ref examples_demo + \ref examples_device \ref examples_doublebuffer \ref examples_editor \ref examples_fast_slow \ref examples_file_chooser \ref examples_fluid - \ref examples_fonts + \ref examples_fonts \ref examples_forms \ref examples_fractals \ref examples_fullscreen \ref examples_gl_overlay \ref examples_glpuzzle - \ref examples_hello + \ref examples_hello \ref examples_help \ref examples_iconize \ref examples_image \ref examples_inactive \ref examples_input - \ref examples_input_choice + \ref examples_input_choice \ref examples_keyboard \ref examples_label \ref examples_line_style \ref examples_list_visuals \ref examples_mandelbrot - \ref examples_menubar + \ref examples_menubar \ref examples_message \ref examples_minimum \ref examples_navigation \ref examples_output \ref examples_overlay - \ref examples_pack + \ref examples_pack \ref examples_pixmap_browser \ref examples_pixmap \ref examples_preferences \ref examples_radio \ref examples_resizebox - \ref examples_resize + \ref examples_resize \ref examples_scroll \ref examples_shape \ref examples_subwindow \ref examples_sudoku \ref examples_symbols - \ref examples_tabs + \ref examples_tabs \ref examples_threads \ref examples_tile \ref examples_tiled_image + \ref examples_unittests + \ref examples_utf8 + + \ref examples_valuators - \ref examples_device -   -   @@ -234,7 +236,11 @@ tree can be changed by editing test/demo.menu. \subsection examples_device device \par -Shows how a wide variety of graphics requests can be printed using the Fl_Printer class. +Exercises the Fl_Image_Surface, Fl_Copy_Surface, and Fl_Printer classes to draw to an +Fl_Image object, copy graphical data to the clipboard, and for print support. +\note The clipboard.cxx program of the 'examples' directory is a clipboard watching +application that continuously displays the textual or graphical content of the system +clipboard (a.k.a pasteboard on Mac OS X) exercising Fl::paste(). \subsection examples_doublebuffer doublebuffer @@ -571,6 +577,18 @@ The \c tiled_image demo uses an image as the background for a window by repeating it over the full size of the widget. The window is resizable and shows how the image gets repeated. +\subsection examples_unittests unittests + +\par +\c unittests exercises all of FLTK's drawing features (e.g., text, lines, circles, images), +as well as scrollbars and schemes. + +\subsection examples_utf8 utf8 + +\par +\c utf8 shows all fonts available to the platform that runs it, and how each font +draws each of the Unicode code points ranging between U+0020 and U+FFFF. + \subsection examples_valuators valuators \par -- cgit v1.2.3