#include <TGTextEditDialogs.h>
Inheritance diagram for TGGotoDialog:
Public Member Functions | |
TGGotoDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1, Long_t *ret_code=0, UInt_t options=kVerticalFrame) | |
virtual | ~TGGotoDialog () |
virtual void | CloseWindow () |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
TGGotoDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1, Long_t *ret_code=0, UInt_t options=kVerticalFrame) | |
virtual | ~TGGotoDialog () |
virtual void | CloseWindow () |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
Protected Attributes | |
TGCompositeFrame * | fF1 |
TGCompositeFrame * | fF2 |
TGButton * | fGotoButton |
TGButton * | fCancelButton |
TGLayoutHints * | fL1 |
TGLayoutHints * | fL5 |
TGLayoutHints * | fL6 |
TGLayoutHints * | fL21 |
TGTextEntry * | fGoTo |
TGTextBuffer * | fBGoTo |
TGLabel * | fLGoTo |
Long_t * | fRetCode |
TGCompositeFrame * | fF1 |
TGButton * | fGotoButton |
TGButton * | fCancelButton |
TGLayoutHints * | fL1 |
TGTextEntry * | fGoTo |
TGTextBuffer * | fBGoTo |
TGLabel * | fLGoTo |
Long_t * | fRetCode |
Definition at line 121 of file TGTextEditDialogs.h.
TGGotoDialog::TGGotoDialog | ( | const TGWindow * | p = 0 , |
|
const TGWindow * | main = 0 , |
|||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 , |
|||
Long_t * | ret_code = 0 , |
|||
UInt_t | options = kVerticalFrame | |||
) |
Definition at line 478 of file TGTextEditDialogs.cxx.
References TGCompositeFrame::AddFrame(), TGTextBuffer::AddText(), TGWidget::Associate(), TGTransientFrame::CenterOnParent(), TGCompositeFrame::ChangeOptions(), fBGoTo, fCancelButton, TGObject::fClient, TGWindow::fEditDisabled, fF1, fF2, fGoTo, fGotoButton, fL1, fL21, fL5, fL6, fLGoTo, fRetCode, TGCompositeFrame::GetDefaultHeight(), TGFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGFrame::GetDefaultWidth(), TGFrame::GetOptions(), kButtonDisabled, TGWindow::kEditDisable, kFixedWidth, kHorizontalFrame, kLHintsCenterY, kLHintsExpandX, kLHintsLeft, kLHintsRight, kLHintsTop, kMWMDecorAll, kMWMDecorMaximize, kMWMDecorMenu, kMWMFuncAll, kMWMFuncMaximize, kMWMFuncResize, kMWMInputModeless, kVerticalFrame, main(), TObject::MakeZombie(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), p, TGWindow::RequestFocus(), TGFrame::Resize(), TGTextEntry::SelectAll(), TGMainFrame::SetIconName(), TGMainFrame::SetMWMHints(), TGButton::SetState(), TGMainFrame::SetWindowName(), snprintf, TGCompositeFrame::TGCompositeFrame(), and TGClient::WaitFor().
TGGotoDialog::~TGGotoDialog | ( | ) | [virtual] |
Definition at line 553 of file TGTextEditDialogs.cxx.
References fCancelButton, fF1, fF2, fGoTo, fGotoButton, fL1, fL21, fL5, fL6, fLGoTo, and TObject::IsZombie().
TGGotoDialog::TGGotoDialog | ( | const TGWindow * | p = 0 , |
|
const TGWindow * | main = 0 , |
|||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 , |
|||
Long_t * | ret_code = 0 , |
|||
UInt_t | options = kVerticalFrame | |||
) |
virtual TGGotoDialog::~TGGotoDialog | ( | ) | [virtual] |
void TGGotoDialog::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Definition at line 567 of file TGTextEditDialogs.cxx.
References TGFrame::DeleteWindow().
Referenced by ProcessMessage().
Reimplemented from TGCompositeFrame.
Definition at line 576 of file TGTextEditDialogs.cxx.
References CloseWindow(), fBGoTo, fGotoButton, fRetCode, GET_MSG(), GET_SUBMSG(), TGTextBuffer::GetString(), kButtonDisabled, kButtonUp, kC_COMMAND, kC_TEXTENTRY, kCM_BUTTON, kTE_ENTER, kTE_TEXTCHANGED, kTRUE, and TGButton::SetState().
virtual void TGGotoDialog::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Reimplemented from TGCompositeFrame.
TGCompositeFrame* TGGotoDialog::fF1 [protected] |
Definition at line 124 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGCompositeFrame * TGGotoDialog::fF2 [protected] |
Definition at line 124 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGButton* TGGotoDialog::fGotoButton [protected] |
Definition at line 125 of file TGTextEditDialogs.h.
Referenced by ProcessMessage(), TGGotoDialog(), and ~TGGotoDialog().
TGButton* TGGotoDialog::fCancelButton [protected] |
Definition at line 126 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGLayoutHints* TGGotoDialog::fL1 [protected] |
Definition at line 127 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGLayoutHints * TGGotoDialog::fL5 [protected] |
Definition at line 127 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGLayoutHints * TGGotoDialog::fL6 [protected] |
Definition at line 127 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGLayoutHints * TGGotoDialog::fL21 [protected] |
Definition at line 127 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGTextEntry* TGGotoDialog::fGoTo [protected] |
Definition at line 128 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
TGTextBuffer* TGGotoDialog::fBGoTo [protected] |
Definition at line 129 of file TGTextEditDialogs.h.
Referenced by ProcessMessage(), and TGGotoDialog().
TGLabel* TGGotoDialog::fLGoTo [protected] |
Definition at line 130 of file TGTextEditDialogs.h.
Referenced by TGGotoDialog(), and ~TGGotoDialog().
Long_t* TGGotoDialog::fRetCode [protected] |
Definition at line 131 of file TGTextEditDialogs.h.
Referenced by ProcessMessage(), and TGGotoDialog().
TGCompositeFrame* TGGotoDialog::fF1 [protected] |
Definition at line 124 of file TGTextEditDialogs.h.
TGButton* TGGotoDialog::fGotoButton [protected] |
Definition at line 125 of file TGTextEditDialogs.h.
TGButton* TGGotoDialog::fCancelButton [protected] |
Definition at line 126 of file TGTextEditDialogs.h.
TGLayoutHints* TGGotoDialog::fL1 [protected] |
Definition at line 127 of file TGTextEditDialogs.h.
TGTextEntry* TGGotoDialog::fGoTo [protected] |
Definition at line 128 of file TGTextEditDialogs.h.
TGTextBuffer* TGGotoDialog::fBGoTo [protected] |
Definition at line 129 of file TGTextEditDialogs.h.
TGLabel* TGGotoDialog::fLGoTo [protected] |
Definition at line 130 of file TGTextEditDialogs.h.
Long_t* TGGotoDialog::fRetCode [protected] |
Definition at line 131 of file TGTextEditDialogs.h.