ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
▼
gui
►
browsable
►
browserv7
►
canvaspainter
►
cefdisplay
doc
►
fitpanel
►
fitpanelv7
►
ged
▼
gui
doc
►
inc
▼
src
►
HelpText.cxx
TG3DLine.cxx
TGApplication.cxx
TGButton.cxx
TGButtonGroup.cxx
►
TGCanvas.cxx
►
TGClient.cxx
►
TGColorDialog.cxx
TGColorSelect.cxx
►
TGComboBox.cxx
TGCommandPlugin.cxx
TGDimension.cxx
►
TGDNDManager.cxx
TGDockableFrame.cxx
TGDoubleSlider.cxx
TGEventHandler.cxx
►
TGFileBrowser.cxx
►
TGFileDialog.cxx
►
TGFont.cxx
►
TGFontDialog.cxx
►
TGFrame.cxx
TGFSComboBox.cxx
►
TGFSContainer.cxx
TGGC.cxx
TGIcon.cxx
►
TGIdleHandler.cxx
►
TGImageMap.cxx
►
TGInputDialog.cxx
TGLabel.cxx
►
TGLayout.cxx
►
TGListBox.cxx
►
TGListTree.cxx
TGListView.cxx
TGMdiDecorFrame.cxx
►
TGMdiFrame.cxx
TGMdiMainFrame.cxx
►
TGMdiMenu.cxx
►
TGMenu.cxx
TGMimeTypes.cxx
TGMsgBox.cxx
►
TGNumberEntry.cxx
TGObject.cxx
►
TGPack.cxx
TGPasswdDialog.cxx
TGPicture.cxx
TGProgressBar.cxx
TGRedirectOutputGuard.cxx
►
TGResourcePool.cxx
►
TGScrollBar.cxx
TGShapedFrame.cxx
TGShutter.cxx
►
TGSimpleTable.cxx
►
TGSimpleTableInterface.cxx
TGSlider.cxx
TGSpeedo.cxx
TGSplitFrame.cxx
TGSplitter.cxx
►
TGStatusBar.cxx
TGString.cxx
TGTab.cxx
TGTable.cxx
TGTableCell.cxx
TGTableContainer.cxx
TGTableHeader.cxx
TGTableLayout.cxx
►
TGText.cxx
►
TGTextBuffer.cxx
►
TGTextEdit.cxx
►
TGTextEditDialogs.cxx
►
TGTextEditor.cxx
►
TGTextEntry.cxx
►
TGTextView.cxx
TGTextViewStream.cxx
TGToolBar.cxx
►
TGToolTip.cxx
TGTripleSlider.cxx
►
TGuiBuilder.cxx
TGView.cxx
►
TGWidget.cxx
TGWindow.cxx
TGXYLayout.cxx
TRootApplication.cxx
►
TRootBrowser.cxx
►
TRootBrowserLite.cxx
►
TRootCanvas.cxx
►
TRootContextMenu.cxx
►
TRootControlBar.cxx
►
TRootDialog.cxx
TRootEmbeddedCanvas.cxx
TRootGuiFactory.cxx
►
TRootHelpDialog.cxx
►
TVirtualDragManager.cxx
►
guibuilder
►
guihtml
►
qt5webdisplay
►
qt6webdisplay
►
recorder
►
sessionviewer
►
webdisplay
►
webgui6
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
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-2021, 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
/** \class TGTextBuffer
25
\ingroup guiwidgets
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
35
#include "
TGTextBuffer.h
"
36
37
ClassImp
(
TGTextBuffer
);
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
TGTextBuffer.h
TGTextBuffer
A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc.
Definition
TGTextBuffer.h:17
gui
gui
src
TGTextBuffer.cxx
ROOT v6-32 - Reference Guide Generated on Thu Apr 3 2025 12:07:40 (GVA Time) using Doxygen 1.10.0