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)  

Fl_Help_Font_Style Struct Reference

#include <Fl_Help_View.H>

List of all members.

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.

Detailed Description

Fl_Help_View font stack element definition.

Definition at line 92 of file Fl_Help_View.H.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

References c, f, and s.

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.

References c, f, and s.

Referenced by Fl_Help_Font_Stack::init(), and Fl_Help_Font_Stack::push().


Member Data Documentation

Font Color.

Definition at line 95 of file Fl_Help_View.H.

Referenced by get(), and set().

Font.

Definition at line 93 of file Fl_Help_View.H.

Referenced by get(), and set().

Font Size.

Definition at line 94 of file Fl_Help_View.H.

Referenced by get(), and set().


The documentation for this struct was generated from the following file: