Ignore:
Timestamp:
09/26/01 12:22:51 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MEvtDisp.h

    r714 r947  
    66#endif
    77
    8 #ifndef ROOT_TGFrame
    9 #include <TGFrame.h>
    10 #endif
    11 
    128#ifndef MBROWSER_H
    139#include "MBrowser.h"
    1410#endif
    1511
    16 class TGTextButton;
    17 
    1812class MEvtDisp : public MBrowser
    1913{
    20 private:
    21  
    22   TGTextButton *fButFadcDispEvts;
    23   TGTextButton *fButFadcDispPed;
    24   TGTextButton *fButFadcDispCal;
    25 
    2614public:
    2715    MEvtDisp(const TGWindow *main=NULL, const TGWindow *p=NULL,
    28                     const UInt_t w=500, const UInt_t h=500) ;
    29 
    30     ~MEvtDisp();
     16             const UInt_t w=500, const UInt_t h=500) ;
    3117
    3218    Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
Note: See TracChangeset for help on using the changeset viewer.