/[PAMELA software]/eventviewer/flight/src/FEVpamevcontrol.cpp
ViewVC logotype

Diff of /eventviewer/flight/src/FEVpamevcontrol.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by mocchiut, Wed Jan 11 16:27:33 2012 UTC revision 1.13 by mocchiut, Fri Apr 13 08:07:31 2012 UTC
# Line 115  PAMevcontrol::PAMevcontrol(const TGWindo Line 115  PAMevcontrol::PAMevcontrol(const TGWindo
115    TGGroupFrame *jumpf = new TGGroupFrame(cframe3, "Jump to");    TGGroupFrame *jumpf = new TGGroupFrame(cframe3, "Jump to");
116    TGGroupFrame *savef = new TGGroupFrame(cframe4, "Save figure as");    TGGroupFrame *savef = new TGGroupFrame(cframe4, "Save figure as");
117    //    //
118    TGHorizontalFrame *htexts = new TGHorizontalFrame(savef,400,800);    TGHorizontalFrame *htexts = new TGHorizontalFrame(savef,300,800);
119    TGHorizontalFrame *htextsl = new TGHorizontalFrame(cframe4,400,800);    TGHorizontalFrame *htextsl = new TGHorizontalFrame(cframe4,300,800);
120    TGHorizontalFrame *htext = new TGHorizontalFrame(inputf,400,800);    TGHorizontalFrame *htext = new TGHorizontalFrame(inputf,300,800);
121    TGHorizontalFrame *htext2 = new TGHorizontalFrame(inputf,400,800);    TGHorizontalFrame *htext2 = new TGHorizontalFrame(inputf,300,800);
122    TGHorizontalFrame *htext3 = new TGHorizontalFrame(jumpf,400,800);    TGHorizontalFrame *htext3 = new TGHorizontalFrame(jumpf,300,800);
123    TGHorizontalFrame *htext4 = new TGHorizontalFrame(jumpf,400,80);    TGHorizontalFrame *htext4 = new TGHorizontalFrame(jumpf,300,80);
124    TGHorizontalFrame *hframe = new TGHorizontalFrame(this,400,800);    TGHorizontalFrame *hframe = new TGHorizontalFrame(this,300,800);
125    for (Int_t fr=0; fr<12; fr++) hframedec[fr] = new TGHorizontalFrame(gf, 7, 7);    for (Int_t fr=0; fr<12; fr++) hframedec[fr] = new TGHorizontalFrame(gf, 7, 7);
126    TGHorizontalFrame *hframe3 = new TGHorizontalFrame(gf2, 280, 60);    TGHorizontalFrame *hframe3 = new TGHorizontalFrame(gf2, 280, 60);
127    TGHorizontalFrame *hframe4 = new TGHorizontalFrame(gf2,280,10);    TGHorizontalFrame *hframe4 = new TGHorizontalFrame(gf2,280,10);
128    TGVerticalFrame *hframe5 = new TGVerticalFrame(hframe4, 280, 60);    TGVerticalFrame *hframe5 = new TGVerticalFrame(hframe4, 280, 60);
129    TGHorizontalFrame *hfrprog = new TGHorizontalFrame(this,400,800);    TGHorizontalFrame *hfrprog = new TGHorizontalFrame(this,300,800);
130    //    //
131    TGTextEntry *fText = new TGTextEntry(htext, new TGTextBuffer(20),-1);    TGTextEntry *fText = new TGTextEntry(htext, new TGTextBuffer(20),-1);
132    fText->SetText(cvar->thefilename.Data());    fText->SetText(cvar->thefilename.Data());

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23