class TGSearchType


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.


Function Members (Methods)

public:
TGSearchType()
TGSearchType(const TGSearchType&)
~TGSearchType()
TGSearchType&operator=(const TGSearchType&)

Data Members

public:
char*fBuffer
Bool_tfCaseSensitive
Bool_tfClose
Bool_tfDirection

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TGSearchType(const TGSearchType& )
{ fDirection = kTRUE; fCaseSensitive = kFALSE; fBuffer = 0; fClose = kTRUE; }
~TGSearchType()
{ if (fBuffer) delete [] fBuffer;}

Author: Fons Rademakers 10/7/2000
Last change: root/gui:$Id: TGTextEditDialogs.h 25499 2008-09-22 19:54:46Z bellenot $
Last generated: 2008-09-23 08:53
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *

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.