Changeset 2397 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 10/20/03 11:32:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.