Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GuiTextView.cxx

Go to the documentation of this file.
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 }

Generated on Mon Feb 15 11:06:47 2010 for loon by  doxygen 1.3.9.1