![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Font selection dialog. More...
#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) | |
| Constructor font dialog box. | |
| FXFontDialog (FXApp *a, const FXString &name, FXuint opts=0, FXint x=0, FXint y=0, FXint w=600, FXint h=380) | |
| Constructor free-floating font dialog box. | |
| virtual void | hide () |
| Hide this window. | |
| void | setFont (const FXString &string) |
| Set font selection as a string. | |
| FXString | getFont () const |
| Get font selection as a string. | |
| void | setFontDesc (const FXFontDesc &fontdesc) |
| Set the current font selection. | |
| const FXFontDesc & | getFontDesc () const |
| Get the current font selection. | |
| virtual void | save (FXStream &store) const |
| Save dialog to a stream. | |
| virtual void | load (FXStream &store) |
| Load dialog from a stream. | |
| virtual | ~FXFontDialog () |
| Destructor. | |
Protected Member Functions | |
| void | initdialog () |
Protected Attributes | |
| FXFontSelector * | fontbox |
Font selection dialog.
|
|