virtual Bool_t LoadBuffer(const char *txtbuf)
Load text from a text buffer. Return false in case of failure.
void SetWindowName(const char *name=0)
Set window name. This is typically done via the window manager.
void SetIconName(const char *name)
Set window icon name. This is typically done via the window manager.
Bool_t LoadBuffer(const char *txtbuf)
Load a 0 terminated buffer. Lines will be split at ' '.
virtual void AddText(TGText *text)
Add text to the view widget.