Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXFontSelector.h>
Inheritance diagram for FX::FXFontSelector:
Public Types | |
enum | { ID_FAMILY = FXPacker::ID_LAST, ID_WEIGHT, ID_STYLE, ID_STYLE_TEXT, ID_SIZE, ID_SIZE_TEXT, ID_CHARSET, ID_SETWIDTH, ID_PITCH, ID_SCALABLE, ID_ALLFONTS, ID_LAST } |
Public Member Functions | |
FXFontSelector (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
virtual void | create () |
FXButton * | acceptButton () const |
FXButton * | cancelButton () const |
void | setFontSelection (const FXFontDesc &fontdesc) |
void | getFontSelection (FXFontDesc &fontdesc) const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXFontSelector () |
|
|
|
Constructor.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXComposite. |
|
Return a pointer to the "Accept" button.
|
|
Return a pointer to the "Cancel" button.
|
|
Set font selection.
|
|
Get font selection.
|
|
Save to a stream.
Reimplemented from FX::FXPacker. |
|
Load from a stream.
Reimplemented from FX::FXPacker. |
Copyright © 1997-2005 Jeroen van der Zijp |