00001 #include "GuiTextView.h" 00002 00003 GuiTextView::GuiTextView(TGWindow& parent, UInt_t w, UInt_t h, 00004 const char *initial_string) 00005 : TGTextView(&parent,w,h,initial_string) 00006 { 00007 } 00008 00009 GuiTextView::~GuiTextView() 00010 { 00011 }
1.3.9.1