66 TGTextView(parent, w, h, id, sboptions, back),
std::ostream(&fStreambuffer),
77 TGTextView(parent, w, h, text, id, sboptions, back),
88 TGTextView(parent, w, h, string, id, sboptions, back),
virtual int overflow(int=traits::eof())
Method called to put a character into the controlled output sequence without changing the current pos...
std::vector< char > fLinebuffer
virtual void AddLineFast(const char *string)
Add a line of text to the view widget.
TGTextViewStreamBuf fStreambuffer
std::vector< char > fInputbuffer
virtual void ShowBottom()
Show bottom of the page.
virtual void Update()
update the whole window of text view
TGTextViewostream(const TGWindow *parent=0, UInt_t w=1, UInt_t h=1, Int_t id=-1, UInt_t sboptions=0, Pixel_t back=TGTextView::GetWhitePixel())
TGTextViewostream constructor.
TGTextViewStreamBuf(TGTextView *textview)
TGTextViewStreamBuf constructor.