Maybe we could also add this while we are at it.
Index: documentation/Fl_Help_Dialog.html
===================================================================
--- documentation/Fl_Help_Dialog.html (revision 5963)
+++ documentation/Fl_Help_Dialog.html (working copy)
@@ -71,7 +71,7 @@
<H4><A NAME="Fl_Help_Dialog.load">void load(const char *f)</A></H4>
-<P>Loads the specified HTML file into the <CODE>Fl_Help_View</CODE> widget.
+<P>Loads the specified HTML file into the <A
HREF="Fl_Help_View.html">Fl_Help_View</A> widget.
The filename can also contain a target name ("filename.html#target").
<H4><A NAME="Fl_Help_Dialog.position">void position(int x, int y)</A></H4>
----END PATCH----
The reason I bring this up is that while I know the Fl_Help_View widget is NOT
a real html all inclusive viewer, it is used by many in the same way FLTK uses
it. As a documentation viewer. I thought I remembered some discussion about
this a while back (maybe by Greg) where a more or less comprehensive list of
all the supported tags was talked about. Unfortunately I just can seem to
cobble the correct search criteria to find said message. If anyone can, I would
be interested in that info.
That way, perhaps a simple table could be put together for the Fl_Help_View
documentation so people know what is and is not viable to use in this manner. I
know it's not really HTML 2.0 nor is it 3.2 but seems to fall somewhere in the
middle. But then throw in <COLSPAN> for good measure. ;) FWIW, it does seem to
gracefully ignore the tags that it won't deal with.
One last thing, <CAPTION> seems to be used in Fl_Input.html but not supported.
I suppose it should be removed from that file and just left in the <TR> I
wrapped it in so it would display properly.
Or maybe my time would be better spent working with Matt's Doxygen branch...
Mark
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk