library: libGui #include "TGText.h" |
TGTextLine
class description - header file - source file
viewCVS header - viewCVS source
class TGTextLine
Function Members (Methods)
Display options:
TGTextLine()
Create empty line of text (default ctor).
TGTextLine(const char *string)
Initialize line of text with a const char*.
void InsText(ULong_t pos, const char *text)
Insert text in line starting at position pos.
char * GetText(ULong_t pos, ULong_t length)
Get length characters from line starting at pos. Returns 0
in case pos and length are out of range. The returned string
must be freed by the user.
void InsChar(ULong_t pos, char character)
Insert a character at the specified position.
char GetChar(ULong_t pos)
Get a character at the specified position from the line.
Returns -1 if pos is out of range.
Author: Fons Rademakers 26/04/98
Last update: root/gui:$Name: $:$Id: TGText.cxx,v 1.19 2006/07/09 05:27:54 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
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.