+
class TGSearchType
-
library: libGui
#include "TGTextEditDialogs.h"
Display options:
Show inherited
Show non-public

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

Last update: Mon Jun 25 19:55:07 2007

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.