summaryrefslogtreecommitdiff
path: root/documentation/Fl_Widget.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
commit46f509f7de8b069eccaa081bbb7112a532c33e51 (patch)
treec4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Widget.html
parenta98c49d088c9101fea4ac8fd544f42249be1a8fd (diff)
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Widget.html')
-rw-r--r--documentation/Fl_Widget.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 4b619127d..708b061a5 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -167,18 +167,17 @@ the label as text.
<BR> void Fl_Widget::align(Fl_Align)</A></H4>
How the label is printed next to or inside the widget. The default
value is <TT>FL_ALIGN_CENTER</TT>, which centers the label. The value
-can be any of these constants or'd together: <TT>
+can be any of these constants or'd together:
<UL>
-<LI>FL_ALIGN_CENTER </LI>
-<LI>FL_ALIGN_TOP </LI>
-<LI>FL_ALIGN_BOTTOM </LI>
-<LI>FL_ALIGN_LEFT </LI>
-<LI>FL_ALIGN_RIGHT </LI>
-<LI>FL_ALIGN_INSIDE </LI>
-<LI>FL_ALIGN_CLIP </LI>
-<LI>FL_ALIGN_WRAP </LI>
+<LI><TT>FL_ALIGN_CENTER</TT></LI>
+<LI><TT>FL_ALIGN_TOP</TT></LI>
+<LI><TT>FL_ALIGN_BOTTOM</TT></LI>
+<LI><TT>FL_ALIGN_LEFT</TT></LI>
+<LI><TT>FL_ALIGN_RIGHT</TT></LI>
+<LI><TT>FL_ALIGN_INSIDE</TT></LI>
+<LI><TT>FL_ALIGN_CLIP</TT></LI>
+<LI><TT>FL_ALIGN_WRAP</TT></LI>
</UL>
-</TT>
<H4><A name=Fl_Widget.labelcolor>Fl_Color Fl_Widget::labelcolor() const
<BR> void Fl_Widget::labelcolor(Fl_Color)</A></H4>
This color is passed to the labeltype routine, and is typically the