You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.2KB

  1. /**
  2. \mainpage FLTK Programming Manual
  3. <TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
  4. <TR>
  5. <TD><CENTER>
  6. \image html FL200.png
  7. \image latex FL200.png "" width=5cm
  8. </CENTER></TD>
  9. <TD><CENTER>
  10. <B>FLTK 1.3.0 Programming Manual</B>
  11. Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
  12. A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.
  13. Copyright 1998-2011 by Bill Spitzak and others.
  14. </CENTER></TD>
  15. </TR>
  16. </TABLE>
  17. <TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
  18. <TR>
  19. <TD>
  20. This software and manual are provided under the terms of the GNU
  21. Library General Public License. Permission is granted to reproduce
  22. this manual or any portion for any purpose, provided this copyright
  23. and permission notice are preserved.
  24. </TD>
  25. </TR>
  26. </TABLE>
  27. <TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
  28. <TR>
  29. <TD ALIGN="LEFT" VALIGN="TOP">
  30. \subpage preface
  31. \subpage intro
  32. \subpage basics
  33. \subpage common
  34. - \ref common_colors
  35. - \ref common_boxtypes
  36. - \ref common_labels
  37. - \ref drawing_images
  38. \subpage editor
  39. \subpage drawing
  40. \subpage events
  41. - \ref events_event_xxx
  42. - \ref events_propagation
  43. \subpage subclassing
  44. \subpage opengl
  45. \subpage fluid
  46. - \ref fluid_widget_attributes
  47. - \ref fluid_selecting_moving
  48. - \ref fluid_images
  49. </TD>
  50. <TD ALIGN="LEFT" VALIGN="TOP">
  51. \subpage advanced
  52. \subpage unicode
  53. &nbsp;
  54. <b>Appendices:</b>
  55. - \subpage enumerations
  56. - \subpage glut
  57. - \ref glut_Fl_Glut_Window
  58. <!-- - Fl_Glut_Window (not yet commented ?) -->
  59. - \subpage forms
  60. - \subpage osissues
  61. - \subpage migration_1_1
  62. - \subpage migration_1_3
  63. - \subpage development
  64. - \subpage license
  65. - \subpage examples
  66. </TD>
  67. </TR>
  68. </TABLE>
  69. \htmlonly
  70. <hr>
  71. <table summary="navigation bar" width="100%" border="0">
  72. <tr>
  73. <td width="45%" align="LEFT">
  74. &nbsp;
  75. </td>
  76. <td width="10%" align="CENTER">
  77. <a class="el" href="index.html">[Index]</a>
  78. </td>
  79. <td width="45%" align="RIGHT">
  80. <a class="el" href="preface.html">
  81. Preface
  82. [Next]</a>
  83. </td>
  84. </tr>
  85. </table>
  86. \endhtmlonly
  87. */