- Timestamp:
- 08/18/00 08:25:26 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx
r427 r429 7 7 #include <TGTab.h> 8 8 #include <TGListBox.h> 9 #include <TGTextEntry.h> 9 10 #include <TGLabel.h> 10 11 #include <TGPicture.h> … … 87 88 // Tab3 88 89 TGCompositeFrame *fTabF3a, *fTabF3b, *fTabF3c ; 89 TGCompositeFrame *fTabF3bI, *fTabF3bII ;90 TGCompositeFrame *fTabF3bI, *fTabF3bII, *fTabF3bIII ; 90 91 TGLabel *fLabel3, *fLabel4 ; 91 92 TGListBox *fDir3, *fDirEvtNb ; … … 94 95 TGLabel *fLabelCoreX, *fLabelCoreY ; 95 96 TGLabel *fLabelTheta, *fLabelPhi, *fLabelDireX, *fLabelDireY ; 97 TGTextEntry *fInfoId, *fInfoEner, *fInfoNbPhot; 98 TGTextEntry *fInfoCoreX, *fInfoCoreY ; 99 TGTextEntry *fInfoTheta, *fInfoPhi, *fInfoDireX, *fInfoDireY ; 100 TGTextBuffer *fTextId, *fTextEner, *fTextNbPhot; 101 TGTextBuffer *fTextCoreX, *fTextCoreY ; 102 TGTextBuffer *fTextTheta, *fTextPhi, *fTextDireX, *fTextDireY ; 103 96 104 TRootEmbeddedCanvas *fCanvasEvt ; 97 105 TGTextButton *fButtonPrev, *fButtonNext ;
Note:
See TracChangeset
for help on using the changeset viewer.