Inheritance diagram for EditorWindow:
Public Member Functions | |
EditorWindow (const TGWindow *p, UInt_t w, UInt_t h) | |
void | LoadBuffer (const char *buffer) |
void | AddBuffer (const char *buffer) |
Private Attributes | |
TGTextEdit * | fEdit |
TGTextButton * | fOK |
TGLayoutHints * | fL1 |
TGLayoutHints * | fL2 |
Definition at line 1727 of file stressGUI.cxx.
Definition at line 1744 of file stressGUI.cxx.
References AddBuffer(), TGCompositeFrame::AddFrame(), fEdit, fL1, fL2, fOK, gClient, TGFrame::GetBlackPixel(), TGClient::GetColorByName(), TGCompositeFrame::GetDefaultSize(), kDeepCleanup, kDoubleBorder, kLHintsBottom, kLHintsCenterX, kLHintsExpandX, kLHintsExpandY, kSunkenFrame, TGCompositeFrame::Layout(), LoadBuffer(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGCompositeFrame::SetCleanup(), TGTextView::SetSelectBack(), TGTextView::SetSelectFore(), TGMainFrame::SetWindowName(), and TGMainFrame::SetWMPosition().
void EditorWindow::LoadBuffer | ( | const char * | buffer | ) |
Definition at line 1778 of file stressGUI.cxx.
References fEdit, and TGTextView::LoadBuffer().
Referenced by EditorWindow().
void EditorWindow::AddBuffer | ( | const char * | buffer | ) |
Definition at line 1786 of file stressGUI.cxx.
References TGTextView::AddText(), fEdit, and TGText::LoadBuffer().
Referenced by EditorWindow().
TGTextEdit* EditorWindow::fEdit [private] |
Definition at line 1730 of file stressGUI.cxx.
Referenced by AddBuffer(), EditorWindow(), and LoadBuffer().
TGTextButton* EditorWindow::fOK [private] |
TGLayoutHints* EditorWindow::fL1 [private] |
TGLayoutHints* EditorWindow::fL2 [private] |