|
ROOT
Reference Guide |
|
Go to the documentation of this file.
62 this,
"ResizeSelected()");
66 this,
"ResizeSelected()");
96 if ((w > 0) && (
h > 0)) {
R__EXTERN TVirtualDragManager * gDragManager
void ChangeSelected(TGFrame *frame)
Update number entries when new frame selected.
void DrawGrabRectangles(TGWindow *win=0)
Draw small grab rectangles around grabbed/selected/frame.
TGNumberEntryField * GetNumberEntry() const
TGuiBldGeometryFrame(const TGWindow *p, TGuiBldEditor *editor)
Constructor.
void ResizeSelected()
Resize and redraw selected frame.
virtual void SetNumber(Double_t val)
TGFrame * GetSelected() const
void NeedRedraw(TGWindow *w, Bool_t force=kFALSE)
Set redraw flags.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
virtual void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
Move and/or resize the frame.
TRootGuiBuilder * fBuilder
virtual Long_t GetIntNumber() const
virtual void SetCleanup(Int_t mode=kLocalCleanup)
Turn on automatic cleanup of child frames in dtor.
const TGWindow * GetRoot() const
Returns current root (i.e.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
TGNumberEntry * fNEHeight
static TGuiBuilder * Instance()
return an instance of TGuiBuilder object
TGuiBldDragManager * fDragManager