summaryrefslogtreecommitdiff
path: root/documentation/src/subclassing.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-06-27 20:40:48 +0000
committerengelsman <engelsman>2009-06-27 20:40:48 +0000
commit7f18e1002fb378e11ec447b5319221e77f198864 (patch)
tree61b1312f144c975e28165b706ea79d422a8fe305 /documentation/src/subclassing.dox
parentd94e82c6c2e81670a8a88f87f2b39d446cac3748 (diff)
simplified old HTML anchors with name= and href= in all *.dox files.
removed "old html link" section from development.dox git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/subclassing.dox')
-rw-r--r--documentation/src/subclassing.dox2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index 7ffcc8eca..1a81d2363 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -188,7 +188,6 @@ Calling \p set_flag(SHORTCUT_LABEL) modifies the behavior of
\ref subclassing_draw_label "draw_label()" so that '\&' characters
cause an underscore to be printed under the next letter.
-<A name="clear_visible"></A> <!-- For old HTML links only ! -->
\anchor subclassing_clear_visible
\anchor subclassing_set_visible
void Fl_Widget::set_visible() <br>
@@ -304,7 +303,6 @@ You must return non-zero if your \p handle() method
uses the event. If you return zero, the parent widget will try
sending the event to another widget.
-<A NAME="draw"></A> <!-- For old HTML links only ! -->
\section subclassing_drawing Drawing the Widget
The \p draw() virtual method is called when FLTK wants