12#ifndef ROOT_TGTextEditDialogs 
   13#define ROOT_TGTextEditDialogs 
#define ClassDefOverride(name, id)
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void on
 
Option_t Option_t TPoint TPoint const char text
 
A combobox (also known as a drop down listbox) allows the selection of one item out of a list of item...
 
The base class for composite widgets (menu bars, list boxes, etc.).
 
TGLabel * fLGoTo
goto label
 
TGCompositeFrame * fF2
sub frames
 
TGTextBuffer * fBGoTo
goto line number text buffer
 
void CloseWindow() override
Close the dialog.
 
TGTextEntry * fGoTo
goto line number entry widget
 
TGLayoutHints * fL21
layout hints
 
TGButton * fGotoButton
goto button
 
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2) override
Process goto dialog widget messages.
 
TGGotoDialog(const TGWindow *p=nullptr, const TGWindow *main=nullptr, UInt_t w=1, UInt_t h=1, Long_t *ret_code=nullptr, UInt_t options=kVerticalFrame)
Create a dialog to GoTo a specific line number.
 
Long_t * fRetCode
return code
 
TGButton * fCancelButton
cancel button
 
~TGGotoDialog() override
Clean up goto dialog.
 
A composite frame with a border and a title.
 
This class handles GUI icons.
 
This class handles GUI labels.
 
This class describes layout hints used by the layout classes.
 
TGPrintDialog(const TGWindow *p=nullptr, const TGWindow *main=nullptr, UInt_t w=1, UInt_t h=1, char **printerName=nullptr, char **printProg=nullptr, Int_t *ret_code=nullptr, UInt_t options=kVerticalFrame)
Create the printer dialog box.
 
TGTextEntry * fPrintCommandEntry
command text entry widget
 
char ** fPrinter
printer to be used
 
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2) override
Process print dialog widget messages.
 
TGLabel * fLPrintCommand
printer and command labels
 
TGTextBuffer * fBPrintCommand
printer and command text buffers
 
char ** fPrintCommand
printer command to be used
 
TGButton * fPrintButton
print button
 
virtual void GetPrinters()
Ask the system fo the list of available printers and populate the combo box.
 
TGButton * fCancelButton
cancel button
 
void CloseWindow() override
Close the dialog.
 
TGIcon * fPrinterIcon
printer icon
 
TGLayoutHints * fL6
layout hints
 
Int_t * fRetCode
return code
 
TGComboBox * fPrinterEntry
printer list combo widget
 
TGLayoutHints * fL21
layout hints
 
~TGPrintDialog() override
Clean up print dialog.
 
TGCompositeFrame * fF5
sub frames
 
void CloseWindow() override
Close the dialog.
 
virtual TGSearchType * GetType() const
 
TGButton * fSearchButton
search button
 
static TGSearchDialog *& SearchDialog()
Return global search dialog.
 
TGTextEntry * fSearch
search text entry widget
 
TGLayoutHints * fL10
layout hints
 
virtual Bool_t IsClose() const
 
virtual void SetClose(Bool_t on)
 
TGSearchType * fType
search type structure
 
Int_t * fRetCode
return code
 
TGRadioButton * fDirectionRadio[2]
search direction radio buttons
 
TGCheckButton * fCaseCheck
case check box
 
TGLayoutHints * fL4
layout hints
 
static TGSearchDialog * fgSearchDialog
global singleton
 
TGSearchDialog(const TGWindow *p=nullptr, const TGWindow *main=nullptr, UInt_t w=1, UInt_t h=1, TGSearchType *sstruct=nullptr, Int_t *ret_code=nullptr, UInt_t options=kVerticalFrame)
Create a search dialog box.
 
TGGroupFrame * fG2
group frame
 
TGTextBuffer * fBSearch
search text buffer
 
virtual void TextEntered(const char *text)
emit signal when search text entered
 
TGButton * fCancelButton
cancel button
 
TGCompositeFrame * fF4
sub frames
 
~TGSearchDialog() override
Clean up search dialog.
 
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2) override
Process search dialog widget messages.
 
TGComboBox * fCombo
text entry combobox
 
TGLayoutHints * fL9
layout hints
 
A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc.
 
A TGTextEntry is a one line text input widget.
 
Defines transient windows that typically are used for dialogs windows.
 
ROOT GUI Window base class.