diff options
Diffstat (limited to 'documentation/Fl_Widget.html')
| -rw-r--r-- | documentation/Fl_Widget.html | 19 |
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 |
