|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Help_View.H>
Public Attributes | |
| char | filename [192] |
| Reference filename. | |
| char | name [32] |
| Link target (blank if none) | |
| int | x |
| X offset of link text. | |
| int | y |
| Y offset of link text. | |
| int | w |
| Width of link text. | |
| int | h |
| Height of link text. | |
Definition of a link for the html viewer.
Definition at line 77 of file Fl_Help_View.H.
| char Fl_Help_Link::filename[192] |
Reference filename.
Definition at line 79 of file Fl_Help_View.H.
| int Fl_Help_Link::h |
Height of link text.
Definition at line 81 of file Fl_Help_View.H.
| char Fl_Help_Link::name[32] |
Link target (blank if none)
Definition at line 79 of file Fl_Help_View.H.
| int Fl_Help_Link::w |
Width of link text.
Definition at line 81 of file Fl_Help_View.H.
| int Fl_Help_Link::x |
X offset of link text.
Definition at line 81 of file Fl_Help_View.H.
| int Fl_Help_Link::y |
Y offset of link text.
Definition at line 81 of file Fl_Help_View.H.