Changeset 2397


Ignore:
Timestamp:
10/20/03 11:32:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2396 r2397  
    1010
    1111   * mmc/MTriggerDefine.h:
    12      - Triiger zone for CT1 cameras up to 126 pixels
     12     - Trigger zone for CT1 cameras up to 126 pixels
    1313
    1414   * mgeom/MGeomMirror.cc:
    1515     - fixed bug in filling axis desviation
     16
     17
    1618
    1719  2003/10/15: Thomas Bretz
     
    4244     - changed the comments about corrxy
    4345     
    44    * mmain/MStatusDisplay.cc:
     46   * mmain/MStatusDisplay.[h,cc]:
    4547     - added many comments
    4648     - added kFileClose stuff
  • trunk/MagicSoft/Mars/mmain/MStatusDisplay.h

    r2215 r2397  
    3636        kFileBrowser, kFileCanvas, kFileSave, kFileSaveAs, kFileSaveAsPS,
    3737        kFileSaveAsRoot, kFileSaveAsGIF, kFileSaveAsC, kFilePrint,
    38         kFilePrinterName, kFileExit, kFileReset,
     38        kFilePrinterName, kFileClose, kFileExit, kFileReset,
    3939        // kLoop
    4040        kLoopNone, kLoopStop,
     
    105105    void UpdatePSHeader(const TString &name) const;
    106106
    107     void Reset();
    108107    void RemoveTab(int i);
    109108
     
    129128
    130129     TCanvas &AddTab(const char *name);
     130     TGCompositeFrame *AddRawTab(const char *name);
    131131
    132132     Bool_t   HasCanvas(const TCanvas *c) const;
     
    169169
    170170#endif
    171 
    172 
Note: See TracChangeset for help on using the changeset viewer.