#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"Go to the source code of this file.
Classes | |
| class | TGTextEditHist | 
| class | TGTextEditCommand | 
| class | TInsCharCom | 
| class | TDelCharCom | 
| class | TBreakLineCom | 
| class | TInsTextCom | 
| class | TDelTextCom | 
Functions | |
| ClassImp (TGTextEdit) TGTextEdit | |
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 | ) | 
Definition at line 1011 of file TGTextEdit.cxx.
Referenced by TGTextEdit::HandleButton(), and TGTextEdit::HandleDoubleClick().
const char* gFiletypes[] [static]           | 
        
Initial value:
 { "All files",     "*",
                                    "Text files",    "*.txt",
                                    "ROOT macros",   "*.C",
                                    0,               0 }
Definition at line 47 of file TGTextEdit.cxx.
Referenced by TGTextEdit::ProcessMessage(), TGTextEdit::SaveFile(), and TGRecorder::StartStop().
char* gPrintCommand = 0 [static]           | 
        
Definition at line 52 of file TGTextEdit.cxx.
Referenced by TGTextEdit::Print(), and TGTextEdit::ProcessMessage().
char* gPrinter = 0 [static]           | 
        
Definition at line 51 of file TGTextEdit.cxx.
Referenced by TGTextEdit::Print(), and TGTextEdit::ProcessMessage().
Definition at line 1012 of file TGTextEdit.cxx.
Referenced by TGTextEdit::HandleButton(), and TGTextEdit::HandleDoubleClick().
 1.5.1