diff options
| author | Manolo Gouy <Manolo> | 2014-05-26 09:05:57 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-05-26 09:05:57 +0000 |
| commit | 1cd5e78946f0b869e01c88a1081d9bdee8cc9cb4 (patch) | |
| tree | 2ac6d807ef4ccfe65702df36296c766684c53436 /documentation/src | |
| parent | 90ba43b16cbee60d2b9a28f50277b443fc6ccd54 (diff) | |
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
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/examples.dox | 40 |
1 files changed, 29 insertions, 11 deletions
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. <td> \ref examples_demo </td> </tr> <tr> +<td> \ref examples_device </td> <td> \ref examples_doublebuffer </td> <td> \ref examples_editor </td> <td> \ref examples_fast_slow </td> <td> \ref examples_file_chooser </td> <td> \ref examples_fluid </td> -<td> \ref examples_fonts </td> </tr> <tr> +<td> \ref examples_fonts </td> <td> \ref examples_forms </td> <td> \ref examples_fractals </td> <td> \ref examples_fullscreen </td> <td> \ref examples_gl_overlay </td> <td> \ref examples_glpuzzle </td> -<td> \ref examples_hello </td> </tr> <tr> +<td> \ref examples_hello </td> <td> \ref examples_help </td> <td> \ref examples_iconize </td> <td> \ref examples_image </td> <td> \ref examples_inactive </td> <td> \ref examples_input </td> -<td> \ref examples_input_choice </td> </tr> <tr> +<td> \ref examples_input_choice </td> <td> \ref examples_keyboard </td> <td> \ref examples_label </td> <td> \ref examples_line_style </td> <td> \ref examples_list_visuals </td> <td> \ref examples_mandelbrot </td> -<td> \ref examples_menubar </td> </tr> <tr> +<td> \ref examples_menubar </td> <td> \ref examples_message </td> <td> \ref examples_minimum </td> <td> \ref examples_navigation </td> <td> \ref examples_output </td> <td> \ref examples_overlay </td> -<td> \ref examples_pack </td> </tr> <tr> +<td> \ref examples_pack </td> <td> \ref examples_pixmap_browser </td> <td> \ref examples_pixmap </td> <td> \ref examples_preferences </td> <td> \ref examples_radio </td> <td> \ref examples_resizebox </td> -<td> \ref examples_resize </td> </tr> <tr> +<td> \ref examples_resize </td> <td> \ref examples_scroll </td> <td> \ref examples_shape </td> <td> \ref examples_subwindow </td> <td> \ref examples_sudoku </td> <td> \ref examples_symbols </td> -<td> \ref examples_tabs </td> </tr> <tr> +<td> \ref examples_tabs </td> <td> \ref examples_threads </td> <td> \ref examples_tile </td> <td> \ref examples_tiled_image </td> +<td> \ref examples_unittests </td> +<td> \ref examples_utf8 </td> +</tr> +<tr> <td> \ref examples_valuators </td> -<td> \ref examples_device </td> -<td> </td> -<td> </td> </tr> </table> @@ -234,7 +236,11 @@ 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. +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 |
