48 TObject *boxinpad = gPad->GetListOfPrimitives()->FindObject(
fxBox);
49 if (
fxBox && boxinpad &&
fxBox->IsAtExecuteMouseEvent())
51 double xpmin = 0, xpmax = 0, ypmin = 0, ypmax = 0;
55 wconny->
GetValues(dim, xpmin, xpmax, ypmin, ypmax);
62 wconny->
SetValues(xpmax, xpmin, ypmin, ypmax);
68 wconny->
SetValues(xpmin, xpmax, ypmax, ypmin);
78 ypmin = gPad->PadtoY(gPad->GetUymin());
79 ypmax = gPad->PadtoY(gPad->GetUymax());
94 fxBox->SetCondition(wconny);
95 if (!strcmp(opt,
"fixstyle")) {
98 fxBox->SetLineWidth(wconny->GetLineWidth());
99 fxBox->SetLineColor(wconny->GetLineColor());
100 fxBox->SetLineStyle(wconny->GetLineStyle());
101 fxBox->SetFillColor(wconny->GetFillColor());
102 fxBox->SetFillStyle(wconny->GetFillStyle());
105 fxBox->SetLineWidth(wconny->GetLineWidth());
106 fxBox->SetLineColor(wconny->GetLineColor());
107 fxBox->SetLineStyle(wconny->GetLineStyle());
108 fxBox->SetFillColor(wconny->GetFillColor());
109 fxBox->SetFillStyle(wconny->GetFillStyle());