library: libGui
#include "TGTextEditDialogs.h"

TGSearchType


class description - header file
viewCVS header

class TGSearchType

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGSearchType()
TGSearchType(const TGSearchType&)
~TGSearchType()
TGSearchType&operator=(const TGSearchType&)

Data Members

public:
Bool_tfDirection
Bool_tfCaseSensitive
char*fBuffer
Bool_tfClose

Class Description

TGSearchType()
{ fDirection = kTRUE; fCaseSensitive = kFALSE; fBuffer = 0; fClose = kTRUE; }

Last update: Tue Nov 21 09:17:24 2006


ROOT page - Class index - Class Hierarchy - 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.