21 #ifndef FXFONTSELECTOR_H 22 #define FXFONTSELECTOR_H 73 long onCmdFamily(
FXObject*,FXSelector,
void*);
74 long onCmdWeight(
FXObject*,FXSelector,
void*);
75 long onCmdStyle(
FXObject*,FXSelector,
void*);
76 long onCmdStyleText(
FXObject*,FXSelector,
void*);
77 long onCmdSize(
FXObject*,FXSelector,
void*);
78 long onCmdSizeText(
FXObject*,FXSelector,
void*);
79 long onCmdCharset(
FXObject*,FXSelector,
void*);
80 long onUpdCharset(
FXObject*,FXSelector,
void*);
81 long onCmdSetWidth(
FXObject*,FXSelector,
void*);
82 long onUpdSetWidth(
FXObject*,FXSelector,
void*);
83 long onCmdPitch(
FXObject*,FXSelector,
void*);
84 long onUpdPitch(
FXObject*,FXSelector,
void*);
85 long onCmdScalable(
FXObject*,FXSelector,
void*);
86 long onUpdScalable(
FXObject*,FXSelector,
void*);
87 long onCmdAllFonts(
FXObject*,FXSelector,
void*);
88 long onUpdAllFonts(
FXObject*,FXSelector,
void*);
91 ID_FAMILY=FXPacker::ID_LAST,
110 virtual void create();
119 void setFont(
const FXString&
string);
131 void setSampleText(
const FXString& sampletext);
137 virtual void save(
FXStream& store)
const;
FXString getText() const
Get the text for this label.
Definition: FXLabel.h:130
A label widget can be used to place a text and/or icon for explanation purposes.
Definition: FXLabel.h:64
FXButton * cancelButton() const
Return a pointer to the "Cancel" button.
Definition: FXFontSelector.h:116
Base composite.
Definition: FXComposite.h:32
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Font description.
Definition: FXFont.h:115
A List Widget displays a list of items, each with a text and optional icon.
Definition: FXList.h:169
Definition: FX4Splitter.h:28
Font selection widget.
Definition: FXFontSelector.h:41
Packer is a layout manager which automatically places child windows inside its area against the left...
Definition: FXPacker.h:48
A text field is a single-line text entry widget.
Definition: FXTextField.h:63
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
A Combo Box provides a way to select a string from a list of strings.
Definition: FXComboBox.h:65
FXString getSampleText() const
Get sample text for font sample.
Definition: FXFontSelector.h:134
FXButton * acceptButton() const
Return a pointer to the "Accept" button.
Definition: FXFontSelector.h:113
Font class.
Definition: FXFont.h:137
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42