Skip to content

Commit

Permalink
STR #1316: fixed two html tags
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Jun 7, 2006
1 parent d2f9ebf commit 007fc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/Fl_Widget.html
Expand Up @@ -224,7 +224,7 @@ <H4><A NAME="Fl_Widget.clear_visible">void Fl_Widget::clear_visible();</A></H4>

<P>Hides the widget; you must still redraw the parent to see a
change in the window. Normally you want to use the <A
HREF="#Fl_Widget.hide"><CODE>hide()</CODE> method instead.
HREF="#Fl_Widget.hide"><CODE>hide()</CODE></A> method instead.


<H4><A NAME="Fl_Widget.clear_visible_focus">void Fl_Window::clear_visible_focus();</A></H4>
Expand Down
2 changes: 1 addition & 1 deletion documentation/functions.html
Expand Up @@ -396,7 +396,7 @@ <H3>Description</H3>

<P>Sets the cursor for the current window to the specified shape
and colors. The cursors are defined in the <A
HREF="enumerations.html#cursor"><CODE>&lt;FL/Enumerations.H></CODE>
HREF="enumerations.html#cursor"><CODE>&lt;FL/Enumerations.H&gt;</CODE>
header file</A>.


Expand Down

0 comments on commit 007fc30

Please sign in to comment.