Browse Source

Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed all Widget class headers from file section as they already are in the class section, this saves many pages. Also disabled the referenced by/from systematic inserts for each functions as this is more a core developer documentation feature than a fltk user manual feature, also saves many pages. Didn't use the LATEX_COMPACT feature yet, not happy with its result, will comment it later.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6439 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Fabien Costantini 17 years ago
parent
commit
5a71578b1b
  1. 2
      FL/Fl.H
  2. 2
      FL/Fl_Adjuster.H
  3. 2
      FL/Fl_BMP_Image.H
  4. 2
      FL/Fl_Bitmap.H
  5. 2
      FL/Fl_Box.H
  6. 2
      FL/Fl_Browser.H
  7. 2
      FL/Fl_Browser_.H
  8. 2
      FL/Fl_Button.H
  9. 2
      FL/Fl_Cairo.H
  10. 2
      FL/Fl_Cairo_Window.H
  11. 2
      FL/Fl_Chart.H
  12. 2
      FL/Fl_Check_Browser.H
  13. 2
      FL/Fl_Check_Button.H
  14. 2
      FL/Fl_Choice.H
  15. 2
      FL/Fl_Clock.H
  16. 2
      FL/Fl_Counter.H
  17. 2
      FL/Fl_Dial.H
  18. 2
      FL/Fl_Double_Window.H
  19. 2
      FL/Fl_File_Browser.H
  20. 2
      FL/Fl_File_Icon.H
  21. 2
      FL/Fl_File_Input.H
  22. 2
      FL/Fl_Fill_Dial.H
  23. 2
      FL/Fl_Fill_Slider.H
  24. 2
      FL/Fl_Float_Input.H
  25. 2
      FL/Fl_FormsBitmap.H
  26. 2
      FL/Fl_FormsPixmap.H
  27. 2
      FL/Fl_Free.H
  28. 2
      FL/Fl_GIF_Image.H
  29. 2
      FL/Fl_Gl_Window.H
  30. 2
      FL/Fl_Group.H
  31. 2
      FL/Fl_Help_Dialog.H
  32. 2
      FL/Fl_Help_View.H
  33. 2
      FL/Fl_Hold_Browser.H
  34. 2
      FL/Fl_Hor_Fill_Slider.H
  35. 2
      FL/Fl_Hor_Nice_Slider.H
  36. 2
      FL/Fl_Hor_Slider.H
  37. 2
      FL/Fl_Hor_Value_Slider.H
  38. 2
      FL/Fl_Image.H
  39. 2
      FL/Fl_Input.H
  40. 2
      FL/Fl_Input_.H
  41. 2
      FL/Fl_Input_Choice.H
  42. 2
      FL/Fl_Int_Input.H
  43. 2
      FL/Fl_JPEG_Image.H
  44. 2
      FL/Fl_Light_Button.H
  45. 2
      FL/Fl_Line_Dial.H
  46. 2
      FL/Fl_Menu_.H
  47. 2
      FL/Fl_Menu_Bar.H
  48. 2
      FL/Fl_Menu_Button.H
  49. 2
      FL/Fl_Menu_Window.H
  50. 2
      FL/Fl_Multi_Browser.H
  51. 2
      FL/Fl_Multiline_Input.H
  52. 2
      FL/Fl_Multiline_Output.H
  53. 2
      FL/Fl_Nice_Slider.H
  54. 2
      FL/Fl_Output.H
  55. 2
      FL/Fl_Overlay_Window.H
  56. 2
      FL/Fl_PNG_Image.H
  57. 2
      FL/Fl_PNM_Image.H
  58. 2
      FL/Fl_Pack.H
  59. 2
      FL/Fl_Pixmap.H
  60. 2
      FL/Fl_Positioner.H
  61. 2
      FL/Fl_Preferences.H
  62. 2
      FL/Fl_Progress.H
  63. 2
      FL/Fl_Radio_Button.H
  64. 2
      FL/Fl_Radio_Light_Button.H
  65. 2
      FL/Fl_Radio_Round_Button.H
  66. 2
      FL/Fl_Repeat_Button.H
  67. 2
      FL/Fl_Return_Button.H
  68. 2
      FL/Fl_Roller.H
  69. 2
      FL/Fl_Round_Button.H
  70. 2
      FL/Fl_Round_Clock.H
  71. 2
      FL/Fl_Scroll.H
  72. 2
      FL/Fl_Scrollbar.H
  73. 2
      FL/Fl_Secret_Input.H
  74. 2
      FL/Fl_Select_Browser.H
  75. 2
      FL/Fl_Shared_Image.H
  76. 2
      FL/Fl_Simple_Counter.H
  77. 2
      FL/Fl_Single_Window.H
  78. 2
      FL/Fl_Slider.H
  79. 2
      FL/Fl_Spinner.H
  80. 2
      FL/Fl_Tabs.H
  81. 2
      FL/Fl_Text_Buffer.H
  82. 2
      FL/Fl_Text_Display.H
  83. 2
      FL/Fl_Text_Editor.H
  84. 2
      FL/Fl_Tile.H
  85. 2
      FL/Fl_Tiled_Image.H
  86. 2
      FL/Fl_Timer.H
  87. 2
      FL/Fl_Toggle_Button.H
  88. 2
      FL/Fl_Tooltip.H
  89. 2
      FL/Fl_Valuator.H
  90. 2
      FL/Fl_Value_Input.H
  91. 2
      FL/Fl_Value_Output.H
  92. 2
      FL/Fl_Value_Slider.H
  93. 2
      FL/Fl_Widget.H
  94. 2
      FL/Fl_Window.H
  95. 2
      FL/Fl_Wizard.H
  96. 2
      FL/Fl_XBM_Image.H
  97. 2
      FL/Fl_XPM_Image.H
  98. 4
      documentation/Doxyfile
  99. 2
      documentation/src/fluid.dox

2
FL/Fl.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl static class .
*/

2
FL/Fl_Adjuster.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Adjuster widget . */
// 3-button "slider", made for Nuke

2
FL/Fl_BMP_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_BMP_Image widget . */
#ifndef Fl_BMP_Image_H

2
FL/Fl_Bitmap.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Bitmap widget . */
#ifndef Fl_Bitmap_H

2
FL/Fl_Box.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Box widget . */
#ifndef Fl_Box_H

2
FL/Fl_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Browser widget . */
// Forms-compatable browser. Probably useful for other

2
FL/Fl_Browser_.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Browser_ widget . */
// This is the base class for browsers. To be useful it must

2
FL/Fl_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Button widget . */
#ifndef Fl_Button_H

2
FL/Fl_Cairo.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Handling transparently platform dependent cairo include files
*/

2
FL/Fl_Cairo_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Cairo_Window Handling transparently a fltk window incorporte a cairo draw callback.
*/

2
FL/Fl_Chart.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Chart widget . */
#ifndef Fl_Chart_H

2
FL/Fl_Check_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Check_Browser widget . */
#ifndef Fl_Check_Browser_H

2
FL/Fl_Check_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Check_Button widget . */
#ifndef Fl_Check_Button_H

2
FL/Fl_Choice.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Choice widget . */
#ifndef Fl_Choice_H

2
FL/Fl_Clock.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Clock, Fl_Clock_Output widgets . */
#ifndef Fl_Clock_H

2
FL/Fl_Counter.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Counter widget . */
// A numerical value with up/down step buttons. From Forms.

2
FL/Fl_Dial.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Dial widget . */
#ifndef Fl_Dial_H

2
FL/Fl_Double_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Double_Window widget . */
#ifndef Fl_Double_Window_H

2
FL/Fl_File_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_File_Browser widget . */
//

2
FL/Fl_File_Icon.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_File_Icon widget . */
//

2
FL/Fl_File_Input.H

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_File_Input widget . */
#ifndef Fl_File_Input_H

2
FL/Fl_Fill_Dial.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Fill_Dial widget . */
#ifndef Fl_Fill_Dial_H

2
FL/Fl_Fill_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Fill_Slider widget . */
#ifndef Fl_Fill_Slider_H

2
FL/Fl_Float_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Float_Input widget . */

2
FL/Fl_FormsBitmap.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_FormsBitmap widget . */
#ifndef Fl_FormsBitmap_H

2
FL/Fl_FormsPixmap.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_FormsPixmap widget . */
#ifndef Fl_FormsPixmap_H

2
FL/Fl_Free.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Free widget . */
#ifndef Fl_Free_H

2
FL/Fl_GIF_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_GIF_Image widget . */
#ifndef Fl_GIF_Image_H

2
FL/Fl_Gl_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Gl_Window widget . */
#ifndef Fl_Gl_Window_H

2
FL/Fl_Group.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Group, Fl_End classes . */
#ifndef Fl_Group_H

2
FL/Fl_Help_Dialog.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Help_Dialog widget . */
// generated by Fast Light User Interface Designer (fluid) version 1.0108

2
FL/Fl_Help_View.H

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Help_View widget . */
#ifndef Fl_Help_View_H

2
FL/Fl_Hold_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Hold_Browser widget . */
#ifndef Fl_Hold_Browser_H

2
FL/Fl_Hor_Fill_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Hor_Fill_Slider widget . */
#ifndef Fl_Hor_Fill_Slider_H

2
FL/Fl_Hor_Nice_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Hor_Nice_Slider widget . */
#ifndef Fl_Hor_Nice_Slider_H

2
FL/Fl_Hor_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Hor_Slider widget . */
#ifndef Fl_Hor_Slider_H

2
FL/Fl_Hor_Value_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Hor_Value_Slider widget . */
#ifndef Fl_Hor_Value_Slider_H

2
FL/Fl_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Image, Fl_RGB_Image classes . */
#ifndef Fl_Image_H

2
FL/Fl_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Input widget . */
#ifndef Fl_Input_H

2
FL/Fl_Input_.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Input_ widget . */
#ifndef Fl_Input__H

2
FL/Fl_Input_Choice.H

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Input_Choice widget . */

2
FL/Fl_Int_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Int_Input widget . */
#ifndef Fl_Int_Input_H

2
FL/Fl_JPEG_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_JPEG_Image class . */
#ifndef Fl_JPEG_Image_H

2
FL/Fl_Light_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Light_Button widget . */
#ifndef Fl_Light_Button_H

2
FL/Fl_Line_Dial.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Line_Dial widget . */
#ifndef Fl_Line_Dial_H

2
FL/Fl_Menu_.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Menu_ widget . */
#ifndef Fl_Menu__H

2
FL/Fl_Menu_Bar.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Menu_Bar widget . */
#ifndef Fl_Menu_Bar_H

2
FL/Fl_Menu_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Menu_Button widget . */
#ifndef Fl_Menu_Button_H

2
FL/Fl_Menu_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Menu_Window widget . */
#ifndef Fl_Menu_Window_H

2
FL/Fl_Multi_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Multi_Browser widget . */
#ifndef Fl_Multi_Browser_H

2
FL/Fl_Multiline_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Multiline_Input widget . */

2
FL/Fl_Multiline_Output.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Multiline_Output widget . */
#ifndef Fl_Multiline_Output_H

2
FL/Fl_Nice_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Nice_Slider widget . */
#ifndef Fl_Nice_Slider_H

2
FL/Fl_Output.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Output widget . */
#ifndef Fl_Output_H

2
FL/Fl_Overlay_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Overlay_Window class . */
#ifndef Fl_Overlay_Window_H

2
FL/Fl_PNG_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_PNG_Image class . */
#ifndef Fl_PNG_Image_H

2
FL/Fl_PNM_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_PNM_Image class . */
#ifndef Fl_PNM_Image_H

2
FL/Fl_Pack.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Pack widget . */
#ifndef Fl_Pack_H

2
FL/Fl_Pixmap.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Pixmap widget . */
#ifndef Fl_Pixmap_H

2
FL/Fl_Positioner.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Positioner widget . */
#ifndef Fl_Positioner_H

2
FL/Fl_Preferences.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Preferences class . */
#ifndef Fl_Preferences_H

2
FL/Fl_Progress.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Progress widget . */
#ifndef _Fl_Progress_H_

2
FL/Fl_Radio_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Radio_Button widget . */
#ifndef Fl_Radio_Button_H

2
FL/Fl_Radio_Light_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Radio_Light_Button widget . */
#ifndef Fl_Radio_Light_Button_H

2
FL/Fl_Radio_Round_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Radio_Round_Button widget . */
#ifndef Fl_Radio_Round_Button_H

2
FL/Fl_Repeat_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Repeat_Button widget . */
#ifndef Fl_Repeat_Button_H

2
FL/Fl_Return_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Return_Button widget . */
#ifndef Fl_Return_Button_H

2
FL/Fl_Roller.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Roller widget . */
#ifndef Fl_Roller_H

2
FL/Fl_Round_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Round_Button widget . */
#ifndef Fl_Round_Button_H

2
FL/Fl_Round_Clock.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Round_Clock widget . */
#ifndef Fl_Round_Clock_H

2
FL/Fl_Scroll.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Scroll widget . */
#ifndef Fl_Scroll_H

2
FL/Fl_Scrollbar.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Scrollbar widget . */
#ifndef Fl_Scrollbar_H

2
FL/Fl_Secret_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Secret_Input widget . */
#ifndef Fl_Secret_Input_H

2
FL/Fl_Select_Browser.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Select_Browser widget . */
#ifndef Fl_Select_Browser_H

2
FL/Fl_Shared_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Shared_Image class . */
#ifndef Fl_Shared_Image_H

2
FL/Fl_Simple_Counter.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Simple_Counter widget . */
#ifndef Fl_Simple_Counter_H

2
FL/Fl_Single_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Single_Window class . */
#ifndef Fl_Single_Window_H

2
FL/Fl_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Slider widget . */
#ifndef Fl_Slider_H

2
FL/Fl_Spinner.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Spinner widget . */
#ifndef Fl_Spinner_H

2
FL/Fl_Tabs.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Tabs widget . */
#ifndef Fl_Tabs_H

2
FL/Fl_Text_Buffer.H

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Text_Buffer, Fl_Text_Selection widget . */
#ifndef FL_TEXT_BUFFER_H

2
FL/Fl_Text_Display.H

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Text_Display widget . */
#ifndef FL_TEXT_DISPLAY_H

2
FL/Fl_Text_Editor.H

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Text_Editor widget . */

2
FL/Fl_Tile.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Tile widget . */
#ifndef Fl_Tile_H

2
FL/Fl_Tiled_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Tiled_Image widget . */
#ifndef Fl_Tiled_Image_H

2
FL/Fl_Timer.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Timer widget . */
#ifndef Fl_Timer_H

2
FL/Fl_Toggle_Button.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Toggle_Button widget . */
#ifndef Fl_Toggle_Button_H

2
FL/Fl_Tooltip.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Tooltip widget . */
#ifndef Fl_Tooltip_H

2
FL/Fl_Valuator.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Valuator widget . */
#ifndef Fl_Valuator_H

2
FL/Fl_Value_Input.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Value_Input widget . */
#ifndef Fl_Value_Input_H

2
FL/Fl_Value_Output.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Value_Output widget . */
#ifndef Fl_Value_Output_H

2
FL/Fl_Value_Slider.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Value_Slider widget . */
#ifndef Fl_Value_Slider_H

2
FL/Fl_Widget.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Widget, Fl_Label classes . */
#ifndef Fl_Widget_H

2
FL/Fl_Window.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Window widget . */
#ifndef Fl_Window_H

2
FL/Fl_Wizard.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_Wizard widget . */
//

2
FL/Fl_XBM_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_XBM_Image class . */
#ifndef Fl_XBM_Image_H

2
FL/Fl_XPM_Image.H

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
/** \file
/* \file
Fl_XPM_Image class . */

4
documentation/Doxyfile

@ -713,13 +713,13 @@ STRIP_CODE_COMMENTS = YES @@ -713,13 +713,13 @@ STRIP_CODE_COMMENTS = YES
# then for each documented function all documented
# functions referencing it will be listed.
REFERENCED_BY_RELATION = YES
REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES
# then for each documented function all documented entities
# called/used by that function will be listed.
REFERENCES_RELATION = YES
REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from

2
documentation/src/fluid.dox

@ -42,7 +42,7 @@ These <tt>.cxx</tt> files must <tt>\#include</tt> the <tt>.h</tt> file or they c @@ -42,7 +42,7 @@ These <tt>.cxx</tt> files must <tt>\#include</tt> the <tt>.h</tt> file or they c
file.
\image html fluid-org.gif "Figure 9-1: FLUID organization"
\Image latex fluid-org.eps "FLUID organization" width=12cm
\image latex fluid-org.eps "FLUID organization" width=12cm
Normally the FLUID file defines one or more functions or classes which
output C++ code. Each function defines a one or more FLTK
windows, and all the widgets that go inside those windows.

Loading…
Cancel
Save