7377e0c9be
bug fixes, and adaptations to new compilers - Switch to the smaller .tar.bz2 distfile and make a few implicit dependencies explicit (as reported by `stage-qa') - Rename `test/help' demo program to `test/help_dialog' in order to unbreak against upcomig `devel/ninja' update to version 1.9.0 - The ABI is 100% compatible with the previous version so no port revision bumps are necessary for consumer ports - Chase HTTP redirection in the MASTER_SITES and WWW: line PR: 235507 (ninja-related)
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
--- documentation/src/examples.dox.orig 2019-03-03 08:40:23 UTC
|
|
+++ documentation/src/examples.dox
|
|
@@ -60,7 +60,7 @@ you build FLTK, unlike those in the 'test' directory s
|
|
</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
|