diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-02-08 02:06:52 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-02-08 02:06:52 +0000 |
| commit | 16774ddc4e000c89e560fde0ced8be9814ef041e (patch) | |
| tree | 38b8bdd8424070d56889f982591a6c4b413977f7 /documentation/src/examples.dox | |
| parent | 759d2f1c99560468e17d656d395db87796deea94 (diff) | |
Rename test/help demo program to test/help_dialog.
This change avoids a name conflict with CMake's auto-generated target 'help'
for "Unix Makefiles", "Ninja", and supposedly other generators as well.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/examples.dox')
| -rw-r--r-- | documentation/src/examples.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index 5105b7b1b..7961b0272 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -60,7 +60,7 @@ you build FLTK, unlike those in the 'test' directory shown below. </tr> <tr> <td> \ref examples_hello </td> -<td> \ref examples_help </td> +<td> \ref examples_help_dialog </td> <td> \ref examples_iconize </td> <td> \ref examples_image </td> <td> \ref examples_inactive </td> @@ -326,13 +326,13 @@ easily under FLTK. tiny demo shows how little is needed to get a functioning application running with FLTK. Quite impressive, I'd say. -\subsection examples_help help +\subsection examples_help_dialog help_dialog \par -\c help displays the built-in FLTK help browser. The +\c help_dialog displays the built-in FLTK help browser. The Fl_Help_Dialog understands a subset of html and renders various image formats. This widget makes it easy to provide help -pages to the user without depending on the operating system's +pages to the user without depending on the operating system's html browser. \subsection examples_iconize iconize |
