12 #ifndef ROOT_TSessionLogView 13 #define ROOT_TSessionLogView
void LoadBuffer(const char *buffer)
Load a text buffer in the editor.
void LoadFile(const char *file)
Load a file in the editor.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process OK button.
void SetTitle()
Set title in editor window.
#define ClassDef(name, id)
void ClearLogView()
Clear log window.
TSessionLogView(TSessionViewer *viewer, UInt_t w, UInt_t h)
Create an editor in a dialog.
void CloseWindow()
Called when closed via window manager action.
void AddBuffer(const char *buffer)
Load a text buffer in the editor.
virtual ~TSessionLogView()