Logo ROOT  
Reference Guide
TGTextBuffer.cxx
Go to the documentation of this file.
1// @(#)root/gui:$Id$
2// Author: Fons Rademakers 05/05/98
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11/**************************************************************************
12
13 This source is based on Xclass95, a Win95-looking GUI toolkit.
14 Copyright (C) 1996, 1997 David Barth, Ricky Ralston, Hector Peraza.
15
16 Xclass95 is free software; you can redistribute it and/or
17 modify it under the terms of the GNU Library General Public
18 License as published by the Free Software Foundation; either
19 version 2 of the License, or (at your option) any later version.
20
21**************************************************************************/
22
23//////////////////////////////////////////////////////////////////////////
24// //
25// TGTextBuffer //
26// //
27// A text buffer is used in several widgets, like TGTextEntry, //
28// TGFileDialog, etc. It is a little wrapper around the powerful //
29// TString class and used for single line texts. For multi line texts //
30// use TGText. //
31// //
32//////////////////////////////////////////////////////////////////////////
33
34#include "TGTextBuffer.h"
35
36
#define ClassImp(name)
Definition: Rtypes.h:361