#include <TGTextDialog.h>
| Public Member Functions | |
| TGTextDialog (TGWindow const *, TGWindow const *, UInt_t, UInt_t, const char *, const char *, TObjString *, UInt_t=kVerticalFrame) | |
| virtual | ~TGTextDialog () | 
| virtual void | CloseWindow () | 
| virtual Bool_t | ProcessMessage (Long_t, Long_t, Long_t) | 
| Protected Attributes | |
| TGCompositeFrame * | fF1 | 
| TGCompositeFrame * | fF2 | 
| TGButton * | fOkButton | 
| TGButton * | fCancelButton | 
| TGLayoutHints * | fL1 | 
| TGLayoutHints * | fL5 | 
| TGLayoutHints * | fL6 | 
| TGLayoutHints * | fL21 | 
| TGTextEntry * | fText | 
| TGTextBuffer * | fBLabel | 
| TGLabel * | fLabel | 
| TObjString * | fRetObjStr | 
Definition at line 35 of file TGTextDialog.h.
| TGTextDialog::TGTextDialog | ( | TGWindow const * | , | |
| TGWindow const * | , | |||
| UInt_t | , | |||
| UInt_t | , | |||
| const char * | , | |||
| const char * | , | |||
| TObjString * | , | |||
| UInt_t | = kVerticalFrame | |||
| ) | 
| TGTextDialog::~TGTextDialog | ( | ) |  [virtual] | 
Definition at line 101 of file TGTextDialog.cxx.
| void TGTextDialog::CloseWindow | ( | ) |  [virtual] | 
Definition at line 112 of file TGTextDialog.cxx.
Referenced by ProcessMessage().
| Bool_t TGTextDialog::ProcessMessage | ( | Long_t | msg, | |
| Long_t | parm1, | |||
| Long_t | dummy | |||
| ) |  [virtual] | 
Definition at line 120 of file TGTextDialog.cxx.
| TGTextBuffer* TGTextDialog::fBLabel  [protected] | 
Definition at line 43 of file TGTextDialog.h.
Referenced by ProcessMessage().
| TGButton* TGTextDialog::fCancelButton  [protected] | 
Definition at line 40 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGCompositeFrame* TGTextDialog::fF1  [protected] | 
Definition at line 38 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGCompositeFrame * TGTextDialog::fF2  [protected] | 
Definition at line 38 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGLayoutHints* TGTextDialog::fL1  [protected] | 
Definition at line 41 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGLayoutHints * TGTextDialog::fL21  [protected] | 
Definition at line 41 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGLayoutHints * TGTextDialog::fL5  [protected] | 
Definition at line 41 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGLayoutHints * TGTextDialog::fL6  [protected] | 
Definition at line 41 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGLabel* TGTextDialog::fLabel  [protected] | 
Definition at line 44 of file TGTextDialog.h.
Referenced by ~TGTextDialog().
| TGButton* TGTextDialog::fOkButton  [protected] | 
Definition at line 39 of file TGTextDialog.h.
Referenced by ProcessMessage(), and ~TGTextDialog().
| TObjString* TGTextDialog::fRetObjStr  [protected] | 
Definition at line 45 of file TGTextDialog.h.
Referenced by ProcessMessage().
| TGTextEntry* TGTextDialog::fText  [protected] | 
Definition at line 42 of file TGTextDialog.h.
Referenced by ProcessMessage(), and ~TGTextDialog().
 1.6.1
 1.6.1