|
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 Member Functions | |
| void | get (Fl_Font &afont, Fl_Fontsize &asize, Fl_Color &acolor) |
| Gets current font attributes. | |
| void | set (Fl_Font afont, Fl_Fontsize asize, Fl_Color acolor) |
| Sets current font attributes. | |
| Fl_Help_Font_Style (Fl_Font afont, Fl_Fontsize asize, Fl_Color acolor) | |
| Fl_Help_Font_Style () | |
Public Attributes | |
| Fl_Font | f |
| Font. | |
| Fl_Fontsize | s |
| Font Size. | |
| Fl_Color | c |
| Font Color. | |
Fl_Help_View font stack element definition.
Definition at line 92 of file Fl_Help_View.H.
| Fl_Help_Font_Style::Fl_Help_Font_Style | ( | Fl_Font | afont, |
| Fl_Fontsize | asize, | ||
| Fl_Color | acolor | ||
| ) | [inline] |
Definition at line 98 of file Fl_Help_View.H.
| Fl_Help_Font_Style::Fl_Help_Font_Style | ( | ) | [inline] |
Definition at line 99 of file Fl_Help_View.H.
| void Fl_Help_Font_Style::get | ( | Fl_Font & | afont, |
| Fl_Fontsize & | asize, | ||
| Fl_Color & | acolor | ||
| ) | [inline] |
Gets current font attributes.
Definition at line 96 of file Fl_Help_View.H.
Referenced by Fl_Help_Font_Stack::top().
| void Fl_Help_Font_Style::set | ( | Fl_Font | afont, |
| Fl_Fontsize | asize, | ||
| Fl_Color | acolor | ||
| ) | [inline] |
Sets current font attributes.
Definition at line 97 of file Fl_Help_View.H.
Referenced by Fl_Help_Font_Stack::init(), and Fl_Help_Font_Stack::push().