TGTextBuffer
class description - source file - inheritance tree
    public:
         TGTextBuffer TGTextBuffer(Int_t length)
         TGTextBuffer TGTextBuffer()
         TGTextBuffer TGTextBuffer(TGTextBuffer&)
         virtual void ~TGTextBuffer()
                 void AddText(Int_t pos, const char* text)
                 void AddText(Int_t pos, const char* text, Int_t length)
              TClass* Class()
                 void Clear()
               UInt_t GetBufferLength() const
          const char* GetString() const
               UInt_t GetTextLength() const
      virtual TClass* IsA() const
                 void RemoveText(Int_t pos, Int_t length)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
    private:
      TString* fBuffer  
                                                                      
 TGTextBuffer                                                         
                                                                      
 A text buffer is used in several widgets, like TGTextEntry,          
 TGFileDialog, etc. It is a little wrapper around the powerful        
 TString class and used for sinlge line texts. For multi line texts   
 use TGText.                                                          
                                                                      
Inline Functions
        TGTextBuffer TGTextBuffer()
        TGTextBuffer TGTextBuffer(Int_t length)
              UInt_t GetTextLength() const
              UInt_t GetBufferLength() const
         const char* GetString() const
                void AddText(Int_t pos, const char* text)
                void AddText(Int_t pos, const char* text, Int_t length)
                void RemoveText(Int_t pos, Int_t length)
                void Clear()
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
        TGTextBuffer TGTextBuffer(TGTextBuffer&)
                void ~TGTextBuffer()
Author:     Fons Rademakers   05/05/98
Last update:   2.00/06 05/05/98  11.05.45  by  Fons Rademakers
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
ROOT page - Class index - 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.