ROOT 6.14/05 Reference Guide |
#include "TGFontDialog.h"
#include "TString.h"
#include "TError.h"
#include "TGColorSelect.h"
#include "TGButton.h"
#include "TGLabel.h"
#include "TGListBox.h"
#include "TGComboBox.h"
#include <stdlib.h>
Enumerations | |
enum | EFontDialog { kFDLG_OK = 1, kFDLG_CANCEL, kFDLG_FONTNAMES = 21, kFDLG_FONTSIZES, kFDLG_FONTSTYLES, kFDLG_FONTALIGNS, kFDLG_COLORSEL = 31 } |
Variables | |
static const char * | gAlignTypes [] |
static const Int_t | gAlignValues [] |
static const char * | gFDLG_DEFAULTSAMPLE = "AaBbCcYyZz 1234567890" |
static const char * | gFontSizes [] |
static const char * | gFontStyles [] |
static TString | gFontStylesReal [4] |
enum EFontDialog |
Enumerator | |
---|---|
kFDLG_OK | |
kFDLG_CANCEL | |
kFDLG_FONTNAMES | |
kFDLG_FONTSIZES | |
kFDLG_FONTSTYLES | |
kFDLG_FONTALIGNS | |
kFDLG_COLORSEL |
Definition at line 35 of file TGFontDialog.cxx.
|
static |
Definition at line 63 of file TGFontDialog.cxx.
|
static |
Definition at line 70 of file TGFontDialog.cxx.
|
static |
Definition at line 47 of file TGFontDialog.cxx.
|
static |
Definition at line 50 of file TGFontDialog.cxx.
|
static |
Definition at line 56 of file TGFontDialog.cxx.
|
static |
Definition at line 60 of file TGFontDialog.cxx.