Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXFontDialog Class Reference

Font selection dialog. More...

#include <FXFontDialog.h>

Inheritance diagram for FX::FXFontDialog:

FX::FXDialogBox FX::FXTopWindow FX::FXShell FX::FXComposite FX::FXWindow FX::FXDrawable FX::FXId FX::FXObject

List of all members.

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 setFontSelection (const FXFontDesc &fontdesc)
void getFontSelection (FXFontDesc &fontdesc) const
virtual ~FXFontDialog ()


Detailed Description

Font selection dialog.

Constructor & Destructor Documentation

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.


Member Function Documentation

virtual void FX::FXFontDialog::save ( FXStream store  )  const [virtual]

Save dialog to a stream.

Reimplemented from FX::FXTopWindow.

virtual void FX::FXFontDialog::load ( FXStream store  )  [virtual]

Load dialog from a stream.

Reimplemented from FX::FXTopWindow.

void FX::FXFontDialog::setFontSelection ( const FXFontDesc fontdesc  ) 

Set the current font selection.

void FX::FXFontDialog::getFontSelection ( FXFontDesc fontdesc  )  const

Get the current font selection.

Copyright © 1997-2005 Jeroen van der Zijp