Changeset 2397
- Timestamp:
- 10/20/03 11:32:10 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2396 r2397 10 10 11 11 * mmc/MTriggerDefine.h: 12 - Tri iger zone for CT1 cameras up to 126 pixels12 - Trigger zone for CT1 cameras up to 126 pixels 13 13 14 14 * mgeom/MGeomMirror.cc: 15 15 - fixed bug in filling axis desviation 16 17 16 18 17 19 2003/10/15: Thomas Bretz … … 42 44 - changed the comments about corrxy 43 45 44 * mmain/MStatusDisplay. cc:46 * mmain/MStatusDisplay.[h,cc]: 45 47 - added many comments 46 48 - added kFileClose stuff -
trunk/MagicSoft/Mars/mmain/MStatusDisplay.h
r2215 r2397 36 36 kFileBrowser, kFileCanvas, kFileSave, kFileSaveAs, kFileSaveAsPS, 37 37 kFileSaveAsRoot, kFileSaveAsGIF, kFileSaveAsC, kFilePrint, 38 kFilePrinterName, kFile Exit, kFileReset,38 kFilePrinterName, kFileClose, kFileExit, kFileReset, 39 39 // kLoop 40 40 kLoopNone, kLoopStop, … … 105 105 void UpdatePSHeader(const TString &name) const; 106 106 107 void Reset();108 107 void RemoveTab(int i); 109 108 … … 129 128 130 129 TCanvas &AddTab(const char *name); 130 TGCompositeFrame *AddRawTab(const char *name); 131 131 132 132 Bool_t HasCanvas(const TCanvas *c) const; … … 169 169 170 170 #endif 171 172
Note:
See TracChangeset
for help on using the changeset viewer.