65 fNEWidth->GetNumberEntry()->Connect(
"ReturnPressed()",
"TGuiBldGeometryFrame",
66 this,
"ResizeSelected()");
67 fNEWidth->Connect(
"ValueSet(Long_t)",
"TGuiBldGeometryFrame",
this,
69 fNEHeight->GetNumberEntry()->Connect(
"ReturnPressed()",
"TGuiBldGeometryFrame",
70 this,
"ResizeSelected()");
71 fNEHeight->Connect(
"ValueSet(Long_t)",
"TGuiBldGeometryFrame",
this,
100 if ((
w > 0) && (
h > 0)) {
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void w
R__EXTERN TVirtualDragManager * gDragManager
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
void SetCleanup(Int_t mode=kLocalCleanup) override
Turn on automatic cleanup of child frames in dtor.
TGFrame(const TGFrame &)=delete
A composite frame with a border and a title.
A composite frame that layout their children in horizontal way.
This class handles GUI labels.
This class describes layout hints used by the layout classes.
TGNumberEntry is a number entry input widget with up/down buttons.
TGClient * fClient
Connection to display server.
TGVerticalFrame(const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
ROOT GUI Window base class.
UInt_t fEditDisabled
flags used for "guibuilding"
TRootGuiBuilder * fBuilder
void ResizeSelected()
Resize and redraw selected frame.
friend class TGuiBldDragManager
TGNumberEntry * fNEHeight
void ChangeSelected(TGFrame *frame)
Update number entries when new frame selected.
TGuiBldGeometryFrame(const TGWindow *p, TGuiBldEditor *editor)
Constructor.
TGuiBldDragManager * fDragManager
static TGuiBuilder * Instance()
return an instance of TGuiBuilder object