#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>
Go to the source code of this file.
Enumerations | |
enum | EFontDialog |
Functions | |
ClassImp (TGFontDialog) TGFontDialog | |
Variables | |
static const char * | gFDLG_DEFAULTSAMPLE = "AaBbCcYyZz 1234567890" |
static const char * | gFontSizes [] |
static const char * | gFontStyles [] |
static TString | gFontStylesReal [4] |
static const char * | gAlignTypes [] |
static const Int_t | gAlignValues [] |
enum EFontDialog |
Definition at line 35 of file TGFontDialog.cxx.
ClassImp | ( | TGFontDialog | ) |
Definition at line 117 of file TGFontDialog.cxx.
References TGCompositeFrame::AddFrame(), TGWidget::Associate(), xmlio::cnt, Error, GCValues_t::fFont, GCValues_t::fForeground, GCValues_t::fMask, fSize, gAlignTypes, gAlignValues, TGFrame::GetBlackPixel(), TGCompositeFrame::GetDefaultHeight(), TGFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGFrame::GetDefaultWidth(), TGCompositeFrame::GetDefaultWidth(), gFDLG_DEFAULTSAMPLE, gFontSizes, gVirtualX, height, i, kDeepCleanup, kFALSE, kFDLG_CANCEL, kFDLG_COLORSEL, kFDLG_FONTALIGNS, kFDLG_FONTNAMES, kFDLG_FONTSIZES, kFDLG_FONTSTYLES, kFDLG_OK, kFixedSize, kFixedWidth, kGCFont, kGCForeground, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, kLHintsNormal, kLHintsRight, kLHintsTop, kMWMDecorAll, kMWMDecorMaximize, kMWMDecorMenu, kMWMDecorMinimize, kMWMDecorResizeH, kMWMFuncAll, kMWMFuncMaximize, kMWMFuncMinimize, kMWMFuncResize, kMWMInputModeless, kSunkenFrame, kTRUE, TGCompositeFrame::Layout(), MapSubwindows(), MapWindow(), ok, TGFrame::Resize(), SetClassHints(), SetIconName(), SetMWMHints(), SetWindowName(), SetWMSize(), SetWMSizeHints(), w, and width.
const char* gAlignTypes[] [static] |
Initial value:
{ "top left", "top center", "top right", "middle left", "middle center", "middle right", "bottom left", "bottom center", "bottom right", 0 }
Definition at line 63 of file TGFontDialog.cxx.
Referenced by ClassImp().
const Int_t gAlignValues[] [static] |
Initial value:
{ kTextTop | kTextLeft, kTextTop | kTextCenterX, kTextTop | kTextRight, kTextCenterY | kTextLeft, kTextCenterY | kTextCenterX, kTextCenterY | kTextRight, kTextBottom | kTextLeft, kTextBottom | kTextCenterX, kTextBottom | kTextRight, 0 }
Definition at line 70 of file TGFontDialog.cxx.
Referenced by ClassImp(), TGFontDialog::GetFontName(), and TGFontDialog::SetAlign().
const char* gFDLG_DEFAULTSAMPLE = "AaBbCcYyZz 1234567890" [static] |
const char* gFontSizes[] [static] |
Initial value:
{ "8", "9", "10", "11", "12", "13", "14", "16", "18", "20", "22", "24", "26", "28", "30", "32", "34", "36", "48", "72", 0 }
Definition at line 50 of file TGFontDialog.cxx.
Referenced by ClassImp(), and TGFontDialog::UpdateStyleSize().
const char* gFontStyles[] [static] |
Initial value:
{ "Normal", "Bold", "Italic", "Bold Italic", 0 }
Definition at line 56 of file TGFontDialog.cxx.
Referenced by TGFontDialog::UpdateStyleSize().
TString gFontStylesReal[4] [static] |
Definition at line 60 of file TGFontDialog.cxx.
Referenced by TGFontDialog::GetFontName(), and TGFontDialog::UpdateStyleSize().