83 while ((obj = next())) {
90 if (!
gROOT->GetSelectedPad())
return;
91 gROOT->GetSelectedPad()->Modified();
92 gROOT->GetSelectedPad()->Update();
102 apply->SetTextSize(0.55);
103 apply->SetBorderSize(3);
104 apply->SetFillColor(44);
107 apply =
new TGroupButton(
"APPLY",
"gStyle",
"",.375,.01,.625,.09);
108 apply->SetTextSize(0.55);
109 apply->SetBorderSize(3);
110 apply->SetFillColor(44);
113 apply =
new TGroupButton(
"APPLY",
"Close",
"",.70,.01,.95,.09);
114 apply->SetTextSize(0.55);
115 apply->SetBorderSize(3);
116 apply->SetFillColor(44);
static const double x2[5]
static const double x1[5]
R__EXTERN TStyle * gStyle
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
void SetCursor(ECursor cursor) override
Set cursor.
A canvas specialized to set attributes.
virtual ~TDialogCanvas()
DialogCanvas default destructor.
virtual void RecursiveRemove(TObject *obj)
Recursively remove object from a pad and its sub-pads.
TObject * fRefObject
Pointer to object to set attributes.
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Set world coordinate system for the pad.
TPad * fRefPad
Pad containing object.
virtual void Apply(const char *action="")
Called when the APPLY button is executed.
TDialogCanvas()
DialogCanvas default constructor.
virtual void BuildStandardButtons()
Create APPLY, gStyle and CLOSE buttons.
Mother of all ROOT objects.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
Short_t GetBorderMode() const override
void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2) override
Set world coordinate system for the pad.
void RecursiveRemove(TObject *obj) override
Recursively remove object from a pad and its sub-pads.
TList * fPrimitives
->List of primitives (subpads)