diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
| commit | 336996c7abb716844d3389df7bd7779298af3dcf (patch) | |
| tree | 9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/Fl_Browser_.html | |
| parent | ecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff) | |
Update documentation files to eliminate most of the warnings
and errors reported by HTML Tidy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Browser_.html')
| -rw-r--r-- | documentation/Fl_Browser_.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index 4d4956a4d..f5cca44fb 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -34,7 +34,7 @@ accessing image data or doing <TT>stat()</TT> on a file or doing some other slow operation. </P> <H3>Methods</H3> <CENTER> -<TABLE width=90%> +<TABLE width=90% summary="Fl_Browser_ methods"> <TR><TD align=left valign=top> <UL> <LI><A href="#Fl_Browser_.Fl_Browser_">Fl_Browser_</A></LI> @@ -229,7 +229,7 @@ It allows the <TT>Fl_Browser_</TT> to update its cache data as needed. <H4><A NAME="Fl_Browser_.item_draw">virtual void Fl_Browser_::item_draw(void *p, int x, int y, int w, int h)</A></H4> <P>This method must be provided by the subclass to draw the item -<TT>p</TT> in the area indicated by <TT>x</TT>, <TT>y<TT>, <TT>w</TT>, +<TT>p</TT> in the area indicated by <TT>x</TT>, <TT>y</TT>, <TT>w</TT>, and <TT>h</TT>. @@ -265,7 +265,7 @@ item <TT>p</TT> in pixels. Allow for two additional pixels for the list selection box. This method differs from <A HREF="#Fl_Browser_.item_height"><TT>item_height</TT></A> in that it is only called for selection and scrolling operations. The default implementation -calls <TT>item_height</T>. +calls <TT>item_height</TT>. <H4><A NAME="Fl_Browser_.item_select">virtual void Fl_Browser_::item_select(void *p, int s=1)</A></H4> |
