Changeset 1668 for trunk/MagicSoft/Mars/mmain/MCameraDisplay.cc
- Timestamp:
- 11/25/02 09:12:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MCameraDisplay.cc
r1086 r1668 43 43 // 'new MCameraDisplay()' 44 44 // 45 MCameraDisplay::MCameraDisplay( const TGWindow *main,const TGWindow *p,46 const UInt_t w, const UInt_t h)47 : MBrowser( main,p, w, h)45 MCameraDisplay::MCameraDisplay(/*const TGWindow *main,*/ const TGWindow *p, 46 const UInt_t w, const UInt_t h) 47 : MBrowser(/*main,*/ p, w, h) 48 48 { 49 49 TGTextButton *disp = new TGTextButton(fTop2, "Display Events", kButDisplay); … … 91 91 case kButDisplay: 92 92 new MGCamDisplay(fInputFile, 93 fClient->GetRoot(), this,600, 500);93 fClient->GetRoot(), /*this,*/ 600, 500); 94 94 return kTRUE; 95 95 }
Note:
See TracChangeset
for help on using the changeset viewer.