4#ifndef ROOT_TGCommandPlugin 
    5#define ROOT_TGCommandPlugin 
#define ClassDef(name, id)
 
TGTextBuffer * fCommandBuf
 
void HandleCommand()
Handle command line from the "command" combo box.
 
TGCommandPlugin(const TGWindow *p, UInt_t w, UInt_t h)
TGCommandPlugin Constructor.
 
virtual Bool_t HandleTimer(TTimer *t)
Handle timer event.
 
virtual ~TGCommandPlugin()
Destructor.
 
void CheckRemote(const char *)
Check if actual ROOT session is a remote one or a local one.
 
Handles synchronous and a-synchronous timer events.