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; }

Author: Fons Rademakers 10/7/2000
Last change: root/gui:$Id: TGTextEditDialogs.h 23115 2008-04-10 13:35:37Z rdm $
Last generated: 2008-06-25 08:42
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.