00001 #ifndef __XANADisplayTitle_h 00002 #define __XANADisplayTitle_h 00003 00008 #include <TGFrame.h> 00009 00010 class TGLabel; 00011 class TGButton; 00012 class TGPicture; 00013 class TGIcon; 00014 00015 class XANADisplayTitle : public TGCompositeFrame { 00016 00017 private: 00018 00019 TGPicture *fCMSLogo,*fLLRLogo; 00020 TGIcon *fCMSIcon,*fLLRIcon; 00021 TGLayoutHints *fCMSLogoLayout,*fLLRLogoLayout; 00022 TGLayoutHints *fTextFrameLayout; 00023 TGCompositeFrame *fTextFrame ; 00024 TGLayoutHints *fTextLabelLayout; 00025 TGLabel *fTextLabel1; 00026 TGGC fTextGC; 00027 00028 public: 00029 00030 XANADisplayTitle(const TGWindow* p, const Text_t* mainText, 00031 UInt_t w, UInt_t h, 00032 UInt_t options = kHorizontalFrame|kRaisedFrame); 00033 virtual ~XANADisplayTitle(); 00034 00035 ClassDef(XANADisplayTitle,0) // DisplayTitle class 00036 }; 00037 00038 #endif