Changeset 8795 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 12/19/07 18:53:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8746 r8795 685 685 // 686 686 MStatusDisplay::MStatusDisplay(Int_t w, Int_t h, Long_t t) 687 : TGMainFrame(NULL, 1, 1), fName("MStatusDisplay"), fLog(&gLog), f Tab(NULL), fTimer(this, t, kTRUE), fStatus(kLoopNone), fLogIdx(-1), fLogTimer(this, 250, kTRUE), fLogBox(NULL), fIsLocked(0)687 : TGMainFrame(NULL, 1, 1), fName("MStatusDisplay"), fLog(&gLog), fBar(NULL), fTab(NULL), fTimer(this, t, kTRUE), fStatus(kLoopNone), fLogIdx(-1), fLogTimer(this, 250, kTRUE), fLogBox(NULL), fIsLocked(0) 688 688 { 689 689 // p==NULL means: Take gClient->GetRoot() if not in batch mode
Note:
See TracChangeset
for help on using the changeset viewer.