TGGotoDialog
class description - source file - inheritance tree
public:
TGGotoDialog TGGotoDialog(const TGWindow* p, const TGWindow* main, UInt_t w, UInt_t h, Long_t* ret_code, UInt_t options = kMainFrame|kVerticalFrame)
TGGotoDialog TGGotoDialog(TGGotoDialog&)
virtual void ~TGGotoDialog()
static TClass* Class()
virtual void CloseWindow()
virtual TClass* IsA() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TGCompositeFrame* fF1
TGCompositeFrame* fF2 sub frames
TGButton* fGotoButton goto button
TGButton* fCancelButton cancel button
TGLayoutHints* fL1
TGLayoutHints* fL5
TGLayoutHints* fL6
TGLayoutHints* fL21 layout hints
TGTextEntry* fGoTo goto line number entry widget
TGTextBuffer* fBGoTo goto line number text buffer
TGLabel* fLGoTo goto label
Long_t* fRetCode return code
TGTextEditDialogs
This file defines several dialogs that are used by the TGTextEdit
widget via its associated context popup menu.
The following dialogs are available: TGSearchDialog, TGGotoDialog
and TGPrintDialog.
TGGotoDialog(const TGWindow *p, const TGWindow *main,
UInt_t w, UInt_t h, Long_t *ret_code,
UInt_t options) :
TGTransientFrame(p, main, w, h, options)
Create a dialog to GoTo a specific line number. Returns
ret_code in case no valid line number was given or in case
cancel was pressed. If on input *ret_code is > 0 then this value
will be used as default value.
~TGGotoDialog()
Clean up goto dialog
void CloseWindow()
Close the dialog. On close the dialog will be deleted and cannot be
re-used.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGGotoDialog TGGotoDialog(TGGotoDialog&)
Author: Fons Rademakers 10/7/2000
Last update: root/gui:$Name: $:$Id: TGTextEditDialogs.cxx,v 1.2 2000/12/20 17:34:39 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.