Ignore:
Timestamp:
08/18/00 08:25:26 (24 years ago)
Author:
harald
Message:
The former version was not running on alpha. On the event distribution
tab the presentation of the values for the event was creating a crash.
This crash was not really understood, but neverthe less some changes on
that tab were mad and now it is running on alpha osf without a crash.
hopefully.....
File:
1 edited

Legend:

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

    r427 r429  
    77#include <TGTab.h>
    88#include <TGListBox.h>
     9#include <TGTextEntry.h>
    910#include <TGLabel.h>
    1011#include <TGPicture.h>
     
    8788  // Tab3
    8889  TGCompositeFrame  *fTabF3a, *fTabF3b, *fTabF3c ;
    89   TGCompositeFrame  *fTabF3bI, *fTabF3bII ;   
     90  TGCompositeFrame  *fTabF3bI, *fTabF3bII, *fTabF3bIII ;   
    9091  TGLabel           *fLabel3, *fLabel4 ;
    9192  TGListBox         *fDir3, *fDirEvtNb ;
     
    9495  TGLabel           *fLabelCoreX, *fLabelCoreY ;
    9596  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
    96104  TRootEmbeddedCanvas    *fCanvasEvt ; 
    97105  TGTextButton      *fButtonPrev, *fButtonNext ;
Note: See TracChangeset for help on using the changeset viewer.