81   if (!
gPad->IsEditable()) 
return;
 
  100      if (leftMargin   < 0) leftMargin   = 0;
 
  101      if (topMargin    < 0) topMargin    = 0;
 
  102      if (rightMargin  < 0) rightMargin  = 0;
 
  103      if (bottomMargin < 0) bottomMargin = 0;
 
  104      gPad->SetLeftMargin(leftMargin);
 
  105      gPad->SetRightMargin(rightMargin);
 
  106      gPad->SetBottomMargin(bottomMargin);
 
  107      gPad->SetTopMargin(topMargin);
 
  132   if (!
gPad->PadInHighlightMode() || (
gPad->PadInHighlightMode() && 
this == 
gPad->GetSelected())) {
 
static const double x2[5]
 
static const double x1[5]
 
R__EXTERN TStyle * gStyle
 
virtual Color_t GetFillColor() const
Return the fill area color.
 
virtual Style_t GetFillStyle() const
Return the fill area style.
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
 
virtual Color_t GetLineColor() const
Return the line color.
 
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
 
virtual Width_t GetLineWidth() const
Return the line width.
 
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
virtual Style_t GetLineStyle() const
Return the line style.
 
Double_t fX1
X of 1st point.
 
Double_t fY2
Y of 2nd point.
 
Double_t fX2
X of 2nd point.
 
Double_t fY1
Y of 1st point.
 
virtual void Pop()
Do not pop frame's, if allowed they would cover the picture they frame.
 
void Copy(TObject &frame) const
Copy this frame to frame.
 
virtual ~TFrame()
Frame default destructor.
 
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
 
virtual void Paint(Option_t *option="")
Paint this wbox with its current attributes.
 
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
 
virtual void UseCurrentStyle()
Replace current frame attributes by current style.
 
virtual void Draw(Option_t *option="")
Draw this frame with its current attributes.
 
TFrame()
Frame default constructor.
 
Mother of all ROOT objects.
 
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
 
void SetFrameLineColor(Color_t color=1)
 
void SetFrameFillColor(Color_t color=1)
 
Color_t GetFrameLineColor() const
 
Style_t GetFrameFillStyle() const
 
void SetFrameFillStyle(Style_t styl=0)
 
void SetFrameBorderMode(Int_t mode=1)
 
Width_t GetFrameBorderSize() const
 
void SetFrameLineWidth(Width_t width=1)
 
void SetFrameBorderSize(Width_t size=1)
 
Style_t GetFrameLineStyle() const
 
void SetFrameLineStyle(Style_t styl=0)
 
Int_t GetFrameBorderMode() const
 
Width_t GetFrameLineWidth() const
 
Color_t GetFrameFillColor() const
 
A TBox with a bordersize and a bordermode.
 
Short_t GetBorderSize() const
 
Short_t GetBorderMode() const
 
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
 
virtual void SetBorderMode(Short_t bordermode)
 
virtual void SetBorderSize(Short_t bordersize)
 
virtual void Paint(Option_t *option="")
Paint this wbox with its current attributes.
 
void Copy(TObject &wbox) const
Copy this wbox to wbox.