- Timestamp:
- 04/28/03 13:11:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
r2015 r2022 640 640 Bool_t MStatusDisplay::ProcessMessageCommandMenu(Long_t id) 641 641 { 642 //cout << "Menu #" << id << endl;643 642 switch (id) 644 643 { … … 710 709 fTab->SetTab(fTab->GetCurrent()-1); 711 710 return kTRUE; 711 712 default: 713 cout << "Command-Menu: Id=" << id << endl; 712 714 } 713 715 return kTRUE; 714 716 715 cout << "Command-Menu: Id=" << id << endl;716 717 } 717 718 … … 971 972 // disable the automatic update in a MEventloop. 972 973 // 973 void MStatusDisplay::StartUpdate(Int_t millisec =-1)974 void MStatusDisplay::StartUpdate(Int_t millisec) 974 975 { 975 976 if (fTimer.GetTime()<TTime(0))
Note:
See TracChangeset
for help on using the changeset viewer.