Ignore:
Timestamp:
07/19/00 11:59:08 (24 years ago)
Author:
harald
Message:
Added some Message boxes to inform what is going on.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx

    r426 r427  
    33#include <TGClient.h>
    44#include <TGButton.h>
     5//#include <TGRadioButton.h>
    56#include <TGMenu.h>
    67#include <TGTab.h>
     
    6768  TGCompositeFrame  *fTabF1, *fTabF2, *fTabF3, *fTabF4 ;
    6869
     70  //  Tab 1
    6971  TGCompositeFrame  *fTabF1a, *fTabF1b ;
    7072  TGTextButton      *fSelectButton ;
     
    7476  TGListView        *fFileView ;
    7577
     78  // Tab2
    7679  TGCompositeFrame  *fTabF2a, *fTabF2b, *fTabF2c ;
    7780  TGLabel           *fLabelInput, *fLabelNumEvts ;
     
    8285  TGTextButton      *fButtonTheta, *fButtonPhi, *fButtonFirst ;
    8386
     87  // Tab3
    8488  TGCompositeFrame  *fTabF3a, *fTabF3b, *fTabF3c ;
    8589  TGCompositeFrame  *fTabF3bI, *fTabF3bII ;   
     
    9094  TGLabel           *fLabelCoreX, *fLabelCoreY ;
    9195  TGLabel           *fLabelTheta, *fLabelPhi, *fLabelDireX, *fLabelDireY ;
    92 
    93 
    9496  TRootEmbeddedCanvas    *fCanvasEvt ; 
    9597  TGTextButton      *fButtonPrev, *fButtonNext ;
    96   TGTextButton      *fButtonWave, *fButtonPosit ;
    97   TGTextButton      *fButtonHeight, *fButtonTime, *fButtonDire ;
     98  TGRadioButton     *fRadioEvt[5] ;
    9899
    99 
     100  // Tab4
    100101  TGTextButton      *fButton1 ;
    101102  TGTextButton      *fButton2 ;
     
    114115  Bool_t CerFileExist(Char_t *dir) ;
    115116  Bool_t DrawRunParam(Char_t *paraName) ;
    116   Bool_t DrawEvtParam(Char_t *paraName) ;
     117  Bool_t DrawEvtParam() ;
    117118
    118119  Bool_t CheckNtup() ;
Note: See TracChangeset for help on using the changeset viewer.