virtual void SetText(const char *text, Bool_t emit=kTRUE)
Sets text entry to text, clears the selection and moves the cursor to the end of the line.
virtual void SetX(Double_t x)
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
void ConnectSignals2Slots()
Connect signals to slots.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
void DoText(const char *)
Slot for setting the text string.
virtual Float_t GetTextSize() const
Return the text size.
void DoAngle()
Slot for setting the text Angle.
virtual Float_t GetTextAngle() const
Return the text angle.
virtual void SetNumber(Double_t val)
void DoXpos()
Slot for setting the text X position.
void DoYpos()
Slot for setting the text Y position.
Base class for several text objects.
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.
TTextEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
TTextEditor constructor.
virtual Double_t GetNumber() const
virtual void SetTextAngle(Float_t tangle=0)
Set the text angle.
virtual void SetY(Double_t y)
void DoSize()
Slot for setting the text Size.