diff options
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 |
