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 update: root/gui:$Id: TGTextEditDialogs.h 20882 2007-11-19 11:31:26Z rdm $
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.