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.

121 lines
4.2KB

  1. //
  2. // "$Id: Fl_Help_Dialog_Dox.cxx 7981 2010-12-08 23:53:04Z greg.ercolano $"
  3. //
  4. // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
  5. //
  6. // Copyright 1998-2010 by Bill Spitzak and others.
  7. //
  8. // This library is free software; you can redistribute it and/or
  9. // modify it under the terms of the GNU Library General Public
  10. // License as published by the Free Software Foundation; either
  11. // version 2 of the License, or (at your option) any later version.
  12. //
  13. // This library is distributed in the hope that it will be useful,
  14. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. // Library General Public License for more details.
  17. //
  18. // You should have received a copy of the GNU Library General Public
  19. // License along with this library; if not, write to the Free Software
  20. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  21. // USA.
  22. //
  23. // Please report all bugs and problems on the following page:
  24. //
  25. // http://www.fltk.org/str.php
  26. //
  27. // Fl_Help_Dialog (autogenerated class) doxygen documentation placeholder
  28. /** \class Fl_Help_Dialog
  29. The Fl_Help_Dialog widget displays a standard help dialog window
  30. using the Fl_Help_View widget.
  31. <P ALIGN=CENTER> \image html Fl_Help_Dialog.png </P>
  32. \image latex Fl_Help_Dialog.png "Fl_Help_Dialog" width=8cm
  33. */
  34. /** \fn Fl_Help_Dialog::Fl_Help_Dialog()
  35. The constructor creates the dialog pictured above.*/
  36. /** \fn Fl_Help_Dialog::~Fl_Help_Dialog()
  37. The destructor destroys the widget and frees all memory that has been
  38. allocated for the current file.
  39. */
  40. /** \fn void Fl_Help_Dialog::hide()
  41. Hides the Fl_Help_Dialog window.*/
  42. /** \fn void Fl_Help_Dialog::load(const char *f)
  43. Loads the specified HTML file into the Fl_Help_View widget.
  44. The filename can also contain a target name ("filename.html#target").
  45. */
  46. /** \fn void Fl_Help_Dialog::position(int x, int y)
  47. Set the screen position of the dialog.*/
  48. /** \fn void Fl_Help_Dialog::resize(int xx, int yy, int ww, int hh)
  49. Change the position and size of the dialog.*/
  50. /** \fn void Fl_Help_Dialog::show()
  51. Shows the Fl_Help_Dialog window.*/
  52. /** \fn void Fl_Help_Dialog::textsize(Fl_Fontsize s)
  53. Sets or gets the default text size for the help view.*/
  54. /** \fn uchar Fl_Help_Dialog::textsize()
  55. Sets or gets the default text size for the help view.*/
  56. /** \fn void Fl_Help_Dialog::topline(const char *n)
  57. Sets the top line in the Fl_Help_View widget to the named or
  58. numbered line.
  59. */
  60. /** \fn void Fl_Help_Dialog::topline(int n)
  61. Sets the top line in the Fl_Help_View widget to the named or
  62. numbered line.
  63. */
  64. /** \fn void Fl_Help_Dialog::value(const char *v)
  65. The first form sets the current buffer to the string provided and
  66. reformats the text. It also clears the history of the "back" and
  67. "forward" buttons. The second form returns the current buffer contents.
  68. */
  69. /** \fn const char *Fl_Help_Dialog::value() const
  70. The first form sets the current buffer to the string provided and
  71. reformats the text. It also clears the history of the "back" and
  72. "forward" buttons. The second form returns the current buffer contents.
  73. */
  74. /** \fn int Fl_Help_Dialog::visible()
  75. Returns 1 if the Fl_Help_Dialog window is visible.*/
  76. /** \fn int Fl_Help_Dialog::x()
  77. Returns the position and size of the help dialog.*/
  78. /** \fn int Fl_Help_Dialog::y()
  79. Returns the position and size of the help dialog.*/
  80. /** \fn int Fl_Help_Dialog::w()
  81. Returns the position and size of the help dialog.*/
  82. /** \fn int Fl_Help_Dialog::h()
  83. Returns the position and size of the help dialog.*/
  84. /** \fn void Fl_Help_Dialog::show()
  85. Shows the main Help Dialog Window
  86. Delegates call to encapsulated window_ void Fl_Window::show() method */
  87. /** \fn void Fl_Help_Dialog::show(int argc, char **argv)
  88. Shows the main Help Dialog Window
  89. Delegates call to encapsulated window_ void Fl_Window::show(int argc, char **argv) instance method */
  90. /** \fn void Fl_Help_Dialog::textsize(Fl_Fontsize s)
  91. Sets the internal Fl_Help_View instance text size.
  92. Delegates call to encapsulated view_ void Fl_Help_View::textsize(Fl_Fontsize s) instance method */
  93. //
  94. // End of "$Id: Fl_Help_Dialog_Dox.cxx 7981 2010-12-08 23:53:04Z greg.ercolano $".
  95. //