TGTextDialog.h

Go to the documentation of this file.
00001 /*********************************************************************
00002 
00003   Name:         TGTextDialog.h
00004   Created by:   Stephan Ritt
00005   $Id$
00006                                                                        
00007 *********************************************************************/
00008 
00009 #ifndef TGTextDialog_H
00010 #define TGTextDialog_H
00011 
00012 #include <TGButton.h>
00013 #include <TRootEmbeddedCanvas.h>
00014 #include <TGLayout.h>
00015 #include <TH2.h>
00016 #include <TCanvas.h>
00017 #include <TSocket.h>
00018 #include <TMessage.h>
00019 #include <TGMsgBox.h>
00020 #include <TApplication.h>
00021 #include <TROOT.h>
00022 #include <TGListBox.h>
00023 #include <TString.h>
00024 #include <TObjArray.h>
00025 #include <TObjString.h>
00026 #include <TGMenu.h>
00027 #include <TGTab.h>
00028 #include <TGLabel.h>
00029 #include <TGTextEntry.h>
00030 
00031 #ifndef ROOT_TGFrame
00032 #include <TGFrame.h>
00033 #endif
00034 
00035 class TGTextDialog : public TGTransientFrame
00036 {
00037 protected:
00038   TGCompositeFrame *fF1, *fF2;                // sub frames
00039   TGButton         *fOkButton;                // ok button
00040   TGButton         *fCancelButton;            // cancel button
00041   TGLayoutHints    *fL1, *fL5, *fL6, *fL21;   // layout hints
00042   TGTextEntry      *fText;                    // text entry widget
00043   TGTextBuffer     *fBLabel;                  // text buffer
00044   TGLabel          *fLabel;                   // label
00045   TObjString       *fRetObjStr;               // return string
00046   
00047 public:
00048   TGTextDialog( TGWindow const *, TGWindow const *, UInt_t, UInt_t,
00049                 const char *, const char *, TObjString *, UInt_t =kVerticalFrame );
00050   virtual ~TGTextDialog();
00051   
00052   virtual void   CloseWindow();
00053   virtual Bool_t ProcessMessage( Long_t, Long_t, Long_t );
00054   
00055   ClassDef(TGTextDialog, 1)
00056 };
00057 #endif
00058 // end of file
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

Generated on 15 Nov 2016 for Roody by  doxygen 1.6.1