// @(#)root/gui:$Id: TGTextBuffer.cxx 23115 2008-04-10 13:35:37Z rdm $ // Author: Fons Rademakers 05/05/98 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ /************************************************************************** This source is based on Xclass95, a Win95-looking GUI toolkit. Copyright (C) 1996, 1997 David Barth, Ricky Ralston, Hector Peraza. Xclass95 is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. **************************************************************************/ ////////////////////////////////////////////////////////////////////////// // // // 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 single line texts. For multi line texts // // use TGText. // // // ////////////////////////////////////////////////////////////////////////// #include "TGTextBuffer.h" ClassImp(TGTextBuffer)