diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-21 14:06:57 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-21 14:06:57 +0000 |
| commit | 9ce5dd8c736f6fb9fe130256279f4541740c6817 (patch) | |
| tree | d7e3132f31fb07ad1f78a59c36185ff708e37d8a /documentation/common.dox | |
| parent | 31ad4d23cf12d6dccd6175f4bac4dd3732c0c971 (diff) | |
Updated lots of links in text documentation.
Added missing file "tiny.gif" for html_footer.
Updated html_footer (copyright, no date/time, no line break).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6333 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/common.dox')
| -rw-r--r-- | documentation/common.dox | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/common.dox b/documentation/common.dox index fb30b492a..963edbbfd 100644 --- a/documentation/common.dox +++ b/documentation/common.dox @@ -244,7 +244,8 @@ method:</P> button->labelcolor(FL_WHITE); \endcode -<H2><A NAME="boxtypes">Box Types</A></H2> +<A NAME="boxtypes"></A> <!-- For old HTML links only ! --> +\section common_boxtypes Box Types <P>The type <TT>Fl_Boxtype</TT> stored and returned in Fl_Widget::box() is an enumeration defined in Enumerations.H. @@ -342,7 +343,8 @@ value evenly divideable by two. <TT><A HREF="#fl_frame">fl_frame(Fl_Boxtype)</A></TT> expects the <TT>UP_BOX</TT> design at a value divideable by four.</P> -<H2><A NAME="labels">Labels and Label Types</A></H2> +<A NAME="labels"></A> <!-- For old HTML links only ! --> +\section common_labels Labels and Label Types <P>The <TT>label()</TT>, <TT>align()</TT>, <TT>labelfont()</TT>, <TT>labelsize()</TT>, <TT>labeltype()</TT>, <TT>image()</TT>, and |
