From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Help_Dialog.html | 120 -------------------------------------- 1 file changed, 120 deletions(-) delete mode 100644 documentation/Fl_Help_Dialog.html (limited to 'documentation/Fl_Help_Dialog.html') diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html deleted file mode 100644 index 4e51745eb..000000000 --- a/documentation/Fl_Help_Dialog.html +++ /dev/null @@ -1,120 +0,0 @@ - - - Fl_Help_Dialog - - - - -

class Fl_Help_Dialog

- -
- -

Class Hierarchy

- - - -

Include Files

- - - -

Additional Libraries

- - - -

Description

- -

The Fl_Help_Dialog widget displays a standard help dialog window -using the Fl_Help_View widget. - -

Fl_Help_Dialog Window
- -

Methods

- - - -

Fl_Help_Dialog()

- -

The constructor creates the dialog pictured above. - -

~Fl_Help_Dialog()

- -

The destructor destroys the widget and frees all memory that has been -allocated for the current file. - -

void hide()

- -

Hides the Fl_Help_Dialog window. - -

void load(const char *f)

- -

Loads the specified HTML file into the Fl_Help_View widget. -The filename can also contain a target name ("filename.html#target"). - -

void position(int x, int y)

- -

Set the screen position of the dialog. - -

void resize(int xx, int yy, int ww, int hh)

- -

Change the position and size of the dialog. - -

void show()

- -

Shows the Fl_Help_Dialog window. - -

void textsize(uchar s)
-uchar textsize()

- -

Sets or gets the default text size for the help view. - -

void topline(const char *n)
-void topline(int n)

- -

Sets the top line in the Fl_Help_View widget to the named or -numbered line. - -

void value(const char *v)
-const char *value() const

- -

The first form sets the current buffer to the string provided and -reformats the text. It also clears the history of the "back" and -"forward" buttons. The second form returns the current buffer contents. - -

int visible()

- -

Returns 1 if the Fl_Help_Dialog window is visible. - -

int x()
-int y()
-int w()
-int h()
-

- -

Returns the position and size of the help dialog. - - - -- cgit v1.2.3