summaryrefslogtreecommitdiff
path: root/documentation/Fl_Widget.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
commitaf16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (patch)
tree3693bface8ca28210d296bea9de584652d48ff6a /documentation/Fl_Widget.html
parenta235545e422d52324a9a9cc524ed59922b32502e (diff)
Fix links in FLTK docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Widget.html')
-rw-r--r--documentation/Fl_Widget.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index b29e11f41..6a70e23bd 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -137,7 +137,7 @@ any), not <I>this</I> window.
<H4><A name=Fl_Widget.box>Fl_Boxtype Fl_Widget::box() const
<BR> void Fl_Widget::box(Fl_Boxtype)</A></H4>
The <TT>box()</TT> identifies a routine that draws the background of
-the widget. See <A href=common.html#BoxTypes>Box Types</A> for the
+the widget. See <A href="common.html#boxtypes">Box Types</A> for the
available types. The default depends on the widget, but is usually <TT>
FL_NO_BOX</TT> or <TT>FL_UP_BOX</TT>.
<H4><A name=Fl_Widget.color>Fl_Color Fl_Widget::color() const