![]() |
ROOT
6.06/09
Reference Guide
|
#include "TGTextEdit.h"#include "TGTextEditDialogs.h"#include "TGResourcePool.h"#include "TSystem.h"#include "TMath.h"#include "TTimer.h"#include "TGMenu.h"#include "TGMsgBox.h"#include "TGFileDialog.h"#include "TGScrollBar.h"#include "KeySymbols.h"#include "Riostream.h"#include "RConfigure.h"
Include dependency graph for TGTextEdit.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TGTextEdit) TGTextEdit | |
| Create a text edit widget. More... | |
Variables | |
| static const char * | gFiletypes [] |
| static char * | gPrinter = 0 |
| static char * | gPrintCommand = 0 |
| static Bool_t | gDbl_clk = kFALSE |
| static Bool_t | gTrpl_clk = kFALSE |
| ClassImp | ( | TGTextEdit | ) |
Create a text edit widget.
Definition at line 234 of file TGTextEdit.cxx.
Definition at line 1025 of file TGTextEdit.cxx.
|
static |
Definition at line 48 of file TGTextEdit.cxx.
Referenced by TGTextEdit::ProcessMessage(), TGTextEdit::SaveFile(), and TGRecorder::StartStop().
|
static |
Definition at line 53 of file TGTextEdit.cxx.
Referenced by TGTextEdit::Print(), and TGTextEdit::ProcessMessage().
|
static |
Definition at line 52 of file TGTextEdit.cxx.
Referenced by TGTextEdit::Print(), and TGTextEdit::ProcessMessage().
Definition at line 1026 of file TGTextEdit.cxx.