ROOT
6.07/01
Reference Guide
|
#include "TGTextView.h"
#include "TGScrollBar.h"
#include "TGResourcePool.h"
#include "TSystem.h"
#include "TGDNDManager.h"
#include "TBufferFile.h"
#include "TSystemFile.h"
#include "TObjString.h"
#include "TMacro.h"
#include "TGMsgBox.h"
#include "TUrl.h"
#include "Riostream.h"
Go to the source code of this file.
Functions | |
ClassImp (TGTextView) void TGTextView | |
Initialize a text view widget. More... | |
static Bool_t | IsTextFile (const char *candidate) |
Returns true if given a text file Uses the specification given on p86 of the Camel book. More... | |
ClassImp | ( | TGTextView | ) |
Initialize a text view widget.
Definition at line 65 of file TGTextView.cxx.
|
static |
Returns true if given a text file Uses the specification given on p86 of the Camel book.
Definition at line 1048 of file TGTextView.cxx.
Referenced by TGTextView::HandleDNDDrop().