#include <GuiTextView.h>
Inheritance diagram for GuiTextView:

Public Member Functions | |
| GuiTextView (TGWindow &parent, UInt_t w, UInt_t h, const char *initial_string=0) | |
| virtual | ~GuiTextView () |
Private Member Functions | |
| GuiTextView (const GuiTextView &rhs) | |
| GuiTextView & | operator= (const GuiTextView &rhs) |
Midad/Gui
Contact: bv@bnl.gov
Created on: Tue Oct 1 10:54:49 2002
Definition at line 24 of file GuiTextView.h.
|
||||||||||||||||||||
|
Definition at line 3 of file GuiTextView.cxx. 00005 : TGTextView(&parent,w,h,initial_string)
00006 {
00007 }
|
|
|
Definition at line 9 of file GuiTextView.cxx. 00010 {
00011 }
|
|
|
|
|
|
|
1.3.9.1