summaryrefslogtreecommitdiff
path: root/documentation/src/index.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-03-26 22:58:23 +0000
committerengelsman <engelsman>2009-03-26 22:58:23 +0000
commit76e418dccd631b759622d208e6dbec4f726bb3c5 (patch)
treef61270dfbf6e267d55c484bad33108a06ea2edb7 /documentation/src/index.dox
parenta8dad162af0c589c22df3cefdfbaf3cec0b3306a (diff)
converted page footer navigation bars to three-cell tables in all *.dox
also relaxed table widths in intro.dox to use 100% instead of 700 pixels to fit with doxygen header rule and new footer navigation bars git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6724 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/index.dox')
-rw-r--r--documentation/src/index.dox98
1 files changed, 55 insertions, 43 deletions
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 699bf3d61..235eafd9e 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -1,71 +1,73 @@
/**
\mainpage FLTK Programming Manual
-<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
+<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
<TR>
- <TD><CENTER>
- \image html FL200.gif
- \image latex FL200.eps "" width=5cm
+ <TD><CENTER>
+ \image html FL200.gif
+ \image latex FL200.eps "" width=5cm
+ </CENTER></TD>
+ <TD><CENTER>
+ <B>FLTK 1.3.0 Programming Manual</B>
+
+ Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
+ A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.
+
+ Copyright 1998-2009 by Bill Spitzak and others.
</CENTER></TD>
- <TD><CENTER>
- <B>FLTK 1.3.0 Programming Manual</B>
- <P>Revision 9 by F. Costantini, D. Gibson, M. Melcher,<br>
- A. Schlosser, B. Spitzak and M. Sweet.<br>
- Copyright 1998-2009 by Bill Spitzak and others.</P>
- </CENTER></TD>
</TR>
</TABLE>
-<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
+<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
<TR>
- <TD>
- This software and manual are provided under the terms of the GNU
- Library General Public License. Permission is granted to reproduce
- this manual or any portion for any purpose, provided this copyright
- and permission notice are preserved.
- </TD>
+ <TD>
+ This software and manual are provided under the terms of the GNU
+ Library General Public License. Permission is granted to reproduce
+ this manual or any portion for any purpose, provided this copyright
+ and permission notice are preserved.
+ </TD>
</TR>
</TABLE>
-<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="700" BORDER="0">
+<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
<TR>
- <TD ALIGN="LEFT" VALIGN="TOP">
+ <TD ALIGN="LEFT" VALIGN="TOP">
- \subpage preface
+ \subpage preface
- \subpage intro
+ \subpage intro
- \subpage basics
+ \subpage basics
- \subpage common
+ \subpage common
- \ref drawing_colors
- \ref common_boxtypes
- \ref common_labels
- \ref drawing_images
- \subpage editor
+ \subpage editor
- \subpage drawing
+ \subpage drawing
- \subpage events
+ \subpage events
- \ref events_event_xxx
- \ref events_propagation
- \subpage subclassing
+ \subpage subclassing
- \subpage opengl
+ \subpage opengl
- \subpage fluid
+ \subpage fluid
- \ref fluid_widget_attributes
- \ref fluid_selecting_moving
- \ref fluid_images
-</TD>
-<TD ALIGN="LEFT" VALIGN="TOP">
+ </TD>
+ <TD ALIGN="LEFT" VALIGN="TOP">
- \subpage advanced
+ \subpage advanced
- \subpage unicode
+ \subpage unicode
- <b>Appendices:</b>
+ <b>Appendices:</b>
- \subpage enumerations
@@ -87,24 +89,34 @@
- \subpage examples
- <b>References:</b>
+ <b>References:</b>
- - <b><a class="el" href="annotated.html">Class Reference</a></b>
+ - <b><a class="el" href="annotated.html">Class Reference</a></b>
- - <b><a class="el" href="globals_func.html">Function Reference</a></b>
+ - <b><a class="el" href="globals_func.html">Function Reference</a></b>
-</TD>
+ </TD>
</TR>
</TABLE>
-\todo The Index link in the html navigation bar needs to be removed
- or reconfigured as it creates a nested frame in firefox/linux
- whereas the MainPage tab at the top of the page works properly.
\htmlonly
<hr>
-<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
-<a class="el" href="preface.html">[Next] Preface</a>
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+ &nbsp;
+ </td>
+ <td width="10%" align="CENTER">
+ <a class="el" href="main.html">[Index]</a>
+ </td>
+ <td width="45%" align="RIGHT">
+ <a class="el" href="preface.html">
+ Preface
+ [Next]</a>
+ </td>
+</tr>
+</table>
\endhtmlonly
*/