source:
trunk/MagicSoft/Mars/mmain/MEvtDisp.h@
951
Last change on this file since 951 was 947, checked in by , 23 years ago | |
---|---|
File size: 402 bytes |
Line | |
---|---|
1 | #ifndef MEVTDISP_H |
2 | #define MEVTDISP_H |
3 | |
4 | #ifndef MAGIC_H |
5 | #include "MAGIC.h" |
6 | #endif |
7 | |
8 | #ifndef MBROWSER_H |
9 | #include "MBrowser.h" |
10 | #endif |
11 | |
12 | class MEvtDisp : public MBrowser |
13 | { |
14 | public: |
15 | MEvtDisp(const TGWindow *main=NULL, const TGWindow *p=NULL, |
16 | const UInt_t w=500, const UInt_t h=500) ; |
17 | |
18 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2); |
19 | |
20 | ClassDef(MEvtDisp, 0) |
21 | }; |
22 | |
23 | #endif |
24 | |
25 |
Note:
See TracBrowser
for help on using the repository browser.