Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 #include "FMStatusBar.h"
002 
003 #include <TGStatusBar.h>
004 
005 FMStatusBar::FMStatusBar(TGTransientFrame* fMain) {
006         int parts[] = {60,15,10,15};
007         TGStatusBar* fSStatusBar = new TGStatusBar(fMain,50,10,kHorizontalFrame);
008         fSStatusBar->SetParts(parts,4);
009         fMain->AddFrame(fSStatusBar,new TGLayoutHints(kLHintsBottom | kLHintsExpandX,0,0,2,0));
010 }
011 
012 FMStatusBar::~FMStatusBar(void)
013 {
014 }

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!