Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGTextEdit.cxx File Reference
#include "TGTextEdit.h"
#include "TGTextEditDialogs.h"
#include "TGResourcePool.h"
#include "TSystem.h"
#include "TTimer.h"
#include "TGMenu.h"
#include "TGMsgBox.h"
#include "TGFileDialog.h"
#include "TGScrollBar.h"
#include "KeySymbols.h"
#include "RConfigure.h"
#include "TVirtualX.h"
#include <iostream>
Include dependency graph for TGTextEdit.cxx:

Classes

class  TBreakLineCom
 
class  TDelCharCom
 
class  TDelTextCom
 
class  TGTextEditCommand
 
class  TGTextEditHist
 
class  TInsCharCom
 
class  TInsTextCom
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Variables

static Bool_t gDbl_clk = kFALSE
 
static const char * gFiletypes []
 
static char * gPrintCommand = nullptr
 
static char * gPrinter = nullptr
 
static Bool_t gTrpl_clk = kFALSE
 

Variable Documentation

◆ gDbl_clk

Bool_t gDbl_clk = kFALSE
static

Definition at line 1032 of file TGTextEdit.cxx.

◆ gFiletypes

const char* gFiletypes[]
static
Initial value:
= { "All files", "*",
"Text files", "*.txt",
"ROOT macros", "*.C",
0, 0 }

Definition at line 49 of file TGTextEdit.cxx.

◆ gPrintCommand

char* gPrintCommand = nullptr
static

Definition at line 54 of file TGTextEdit.cxx.

◆ gPrinter

char* gPrinter = nullptr
static

Definition at line 53 of file TGTextEdit.cxx.

◆ gTrpl_clk

Bool_t gTrpl_clk = kFALSE
static

Definition at line 1033 of file TGTextEdit.cxx.