Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

HistoDisplayPhoto.h

Go to the documentation of this file.
00001 #ifndef _HistoDisplayPhoto_H_
00002 #define _HistoDisplayPhoto_H_
00003 
00004 //******************** Modified by Koji (1999/12/2) ******************* 
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

Generated on Mon Feb 15 11:06:47 2010 for loon by  doxygen 1.3.9.1