ROOT
6.07/01
Reference Guide
|
#include "TROOT.h"
#include "TApplication.h"
#include "TSystem.h"
#include "TMacro.h"
#include "TInterpreter.h"
#include "TGMsgBox.h"
#include "TGFileDialog.h"
#include "TGFontDialog.h"
#include "TGTextEdit.h"
#include "TGMenu.h"
#include "TGButton.h"
#include "TGStatusBar.h"
#include "KeySymbols.h"
#include "TGToolBar.h"
#include "TG3DLine.h"
#include "TGLabel.h"
#include "TGTextEntry.h"
#include "TGTextEditDialogs.h"
#include "TGTextEditor.h"
#include "TGComboBox.h"
#include "TObjString.h"
#include "TRootHelpDialog.h"
#include "HelpText.h"
Go to the source code of this file.
Functions | |
ClassImp (TGTextEditor) TGTextEditor | |
TGTextEditor constructor with file name as first argument. More... | |
Variables | |
const char * | ed_filetypes [] |
ToolBarData_t | fTbData [] |
static char * | gEPrinter = 0 |
static char * | gEPrintCommand = 0 |
enum ETextEditorCommands |
Definition at line 197 of file TGTextEditor.cxx.
ClassImp | ( | TGTextEditor | ) |
TGTextEditor constructor with file name as first argument.
Definition at line 235 of file TGTextEditor.cxx.
const char* ed_filetypes[] |
Definition at line 189 of file TGTextEditor.cxx.
Referenced by TGTextEditor::LoadFile(), and TGTextEditor::SaveFileAs().
ToolBarData_t fTbData[] |
Definition at line 205 of file TGTextEditor.cxx.
|
static |
Definition at line 233 of file TGTextEditor.cxx.
Referenced by TGTextEditor::PrintText().
|
static |
Definition at line 232 of file TGTextEditor.cxx.
Referenced by TGTextEditor::PrintText().