summaryrefslogtreecommitdiff
path: root/documentation/Fl_End.html
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-01-27 08:45:11 +0000
committerBill Spitzak <spitzak@gmail.com>1999-01-27 08:45:11 +0000
commit59c96f54635aed579fcb40a1980ff3694af46bd8 (patch)
tree06bbd99c434659190549626dd5380262ce6eb0c5 /documentation/Fl_End.html
parent7e0bd92469a8d9fd6fde66a856bfea703d587e71 (diff)
Fixes to documentation.
Restored the lines drawn around symbols, it uses fl_color_average to pick a dark line color that is still deactivatable. Requested by CE. git-svn-id: file:///fltk/svn/fltk/trunk@249 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_End.html')
-rw-r--r--documentation/Fl_End.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Fl_End.html b/documentation/Fl_End.html
index 75597f35f..fc1439815 100644
--- a/documentation/Fl_End.html
+++ b/documentation/Fl_End.html
@@ -5,7 +5,7 @@
<H3>Class Hierarchy</H3>
<UL>
<PRE>
-<A href=Fl_Group.html#Fl_Group>Fl_Group</A>----<B>Fl_End</B>
+<B>Fl_End</B>
</PRE>
</UL>
<H3>Include Files</H3>
@@ -15,8 +15,9 @@
</PRE>
</UL>
<H3>Description</H3>
- This is a dummy class that allows you to end a group in a constructor
-list of a class:
+This is a dummy class that allows you to end a <A
+href=Fl_Group.html#Fl_Group>Fl_Group</A> in a constructor list of a
+class:
<UL>
<PRE>class MyClass {
Fl_Group group;