00001 #ifndef _HistoDisplayPhoto_H_
00002 #define _HistoDisplayPhoto_H_
00003
00004
00005 class PhotoWindow : public TGTransientFrame {
00006
00007 private:
00008 ULong_t LightYellow,LightBlue, Cyan;
00009 TGTextButton *fButton;
00010 TGPictureButton *fPicBut0, *fPicBut1;
00011 TGLabel *fTitleLabel, *fTextLabel0, *fTextLabel1, *fTextLabel2;
00012 TGLabel *fTextLabel3, *fTextLabel4, *fTextLabel5;
00013 TGLabel *fTextLabel41;
00014 TGCompositeFrame *fTitleFrame, *fTextFrame0, *fTextFrame1, *fTextFrame2;
00015 GContext_t fTextGC0, fTextGC1, fTextGC2;
00016
00017 public:
00018 PhotoWindow(const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h,
00019 UInt_t options = kMainFrame | kVerticalFrame);
00020 virtual ~PhotoWindow();
00021 virtual void ClosePhotoWindow();
00022 virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
00023 };
00024
00025
00026 #endif