Changeset 587 for trunk/MagicSoft/Mars/mgui/MGMarsMain.cc
- Timestamp:
- 01/23/01 10:43:18 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGMarsMain.cc
r571 r587 9 9 #include <TGSplitter.h> // TGHorizontal3DLine 10 10 11 #include "MGEventDispMain.h" 11 12 #include "MGDataCheckMain.h" 12 13 #include "MGMonteCarloMain.h" … … 193 194 194 195 case M_BUTTON_EVTDISP: 195 196 new TGMsgBox(fClient->GetRoot(), this, 197 "WARNING!", 198 "EventDisplay not yet implemented!", 199 kMBIconExclamation, buttons, &retval); 196 197 new MGEventDispMain (fClient->GetRoot(), this, 400, 650 ) ; 200 198 break ; 201 199 … … 205 203 206 204 case M_BUTTON_ANALYSE: 207 new TGMsgBox(fClient->GetRoot(), this, 205 //new MGPrototyp(fClient->GetRoot(), this, 400, 650 ) ; 206 207 new TGMsgBox(fClient->GetRoot(), this, 208 208 "WARNING!", 209 209 "Analysis not yet implemented!",
Note:
See TracChangeset
for help on using the changeset viewer.