4 #ifndef ROOT_TGCommandPlugin
5 #define ROOT_TGCommandPlugin
16 class TGCommandPlugin :
public TGMainFrame {
20 TGHorizontalFrame *fHf;
22 TGComboBox *fComboCmd;
23 TGTextEntry *fCommand;
24 TGTextBuffer *fCommandBuf;
30 TGCommandPlugin(
const TGWindow *p, UInt_t w, UInt_t h);
31 virtual ~TGCommandPlugin();
33 void CheckRemote(
const char * );
36 virtual Bool_t HandleTimer(TTimer *t);
38 ClassDef(TGCommandPlugin, 0)