![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXFontDialog.h>
Public Member Functions | |
FXFontDialog (FXWindow *owner, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=600, FXint h=380) | |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
void | setFontDesc (const FXFontDesc &fontdesc) |
const FXFontDesc & | getFontDesc () const |
virtual | ~FXFontDialog () |
FX::FXFontDialog::FXFontDialog | ( | FXWindow * | owner, | |
const FXString & | name, | |||
FXuint | opts = 0 , |
|||
FXint | x = 0 , |
|||
FXint | y = 0 , |
|||
FXint | w = 600 , |
|||
FXint | h = 380 | |||
) |
Constructor.
virtual FX::FXFontDialog::~FXFontDialog | ( | ) | [virtual] |
Destructor.
virtual void FX::FXFontDialog::save | ( | FXStream & | store | ) | const [virtual] |
virtual void FX::FXFontDialog::load | ( | FXStream & | store | ) | [virtual] |
void FX::FXFontDialog::setFontDesc | ( | const FXFontDesc & | fontdesc | ) |
Set the current font selection.
const FXFontDesc& FX::FXFontDialog::getFontDesc | ( | ) | const |
Get the current font selection.
![]() |