Inheritance diagram for TextEntryWindow:

Public Member Functions | |
| TextEntryWindow () | |
| TextEntryWindow () | |
| virtual | ~TextEntryWindow () | 
| ClassDef (TextEntryWindow, 0) | |
Public Attributes | |
| GroupBox * | fEcho | 
| GroupBox * | fAlign | 
| GroupBox * | fAccess | 
| GroupBox * | fBorder | 
Protected Attributes | |
| TGMainFrame * | fMain | 
| GroupBox * | fEcho | 
| GroupBox * | fAlign | 
| GroupBox * | fAccess | 
| GroupBox * | fBorder | 
Definition at line 1024 of file stressGUI.cxx.
| TextEntryWindow::TextEntryWindow | ( | ) | 
Definition at line 1037 of file stressGUI.cxx.
References TGComboBox::AddEntry(), TGCompositeFrame::AddFrame(), entry, fAccess, fAlign, fBorder, fEcho, GroupBox::GetCombo(), TGCompositeFrame::GetDefaultSize(), GroupBox::GetEntry(), kDeepCleanup, kLHintsExpandX, kLHintsExpandY, TGTextEntry::kNoEcho, TGTextEntry::kNormal, TGTextEntry::kPassword, kTextCenterX, kTextLeft, kTextRight, TGCompositeFrame::Layout(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGComboBox::Select(), TGCompositeFrame::SetCleanup(), TGMainFrame::SetWindowName(), and TGMainFrame::SetWMPosition().
| TextEntryWindow::TextEntryWindow | ( | ) | 
| virtual TextEntryWindow::~TextEntryWindow | ( | ) |  [inline, virtual] | 
        
| TextEntryWindow::ClassDef | ( | TextEntryWindow | , | |
| 0 | ||||
| ) | 
TGMainFrame* TextEntryWindow::fMain [protected]           | 
        
GroupBox* TextEntryWindow::fEcho [protected]           | 
        
Definition at line 55 of file textEntries.C.
GroupBox* TextEntryWindow::fAlign [protected]           | 
        
Definition at line 56 of file textEntries.C.
GroupBox* TextEntryWindow::fAccess [protected]           | 
        
Definition at line 57 of file textEntries.C.
GroupBox* TextEntryWindow::fBorder [protected]           | 
        
Definition at line 58 of file textEntries.C.
 1.5.1