diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 20:55:40 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 20:55:40 +0000 |
| commit | fae4b6ae7e035a78b518049dd521004ecba87cf1 (patch) | |
| tree | 455f6f91b8b0a9e2985135d3a88f05562feaa63a /documentation/common.html | |
| parent | 4df8d6d80abef23616b34067c7fa2b9fc07b48dc (diff) | |
Final changes for next beta release - typos and more updated images.
git-svn-id: file:///fltk/svn/fltk/trunk@224 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.html')
| -rw-r--r-- | documentation/common.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/common.html b/documentation/common.html index 4a85c4fe2..97284b7d5 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -134,9 +134,9 @@ button->labelcolor(FL_WHITE); <H2><A NAME=boxtypes>Box Types</A></H2> <P>The type <TT>Fl_Boxtype</TT> stored and returned in <A href=Fl_Widget.html#Fl_Widget.box> <TT>Fl_Widget::box()</TT></A> is an enumeration defined in <A href=enumerations.html#enumerations> -<TT>s.H></TT></A>: -<CENTER><IMG src=./boxtypes.gif width=80%></CENTER> -<TT>FL_NO_BOX</TT> means nothing is drawn at all, so whatever is +<TT><Enumerations.H></TT></A>: +<P ALIGN=CENTER><IMG src=./boxtypes.gif width=80%></P> +<P><TT>FL_NO_BOX</TT> means nothing is drawn at all, so whatever is already on the screen remains. The <TT>FL_..._FRAME</TT> types only draw their edges, leaving the center unchanged. In the above diagram the blue color is the area that is not drawn by the box. </P> @@ -335,4 +335,4 @@ button->shortcut(FL_CTRL + FL_ALT + 'b'); </UL> The shortcut value is the key event value (the ASCII value or one of the special keys like <TT>FL_Enter</TT>) combined with any modifiers -(like shift, alt, and control). </BODY></HTML>
\ No newline at end of file +(like shift, alt, and control). </BODY></HTML> |
