NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
displayEdit.h
1 #ifndef DISPLAYEDIT_H_
2 #define DISPLAYEDIT_H_
3 #include "TGTextEdit.h"
4 
5 class displayEdit:public TGTextView
6 {
7 public:
8  displayEdit(const TGWindow* parent = 0, UInt_t w = 1,UInt_t h = 1);
9  //virtual ~displayEdit();
10 };
11 
12 #endif /*DISPLAYEDIT_H_*/
Definition: displayEdit.h:5