19 class TFrame :
public TWbox {
24 TFrame(Double_t x1, Double_t y1,Double_t x2 ,Double_t y2);
25 TFrame(
const TFrame &frame);
27 void Copy(TObject &frame)
const;
28 virtual void Draw(Option_t *option=
"");
29 virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
30 virtual void Paint(Option_t *option=
"");
32 virtual void SavePrimitive(std::ostream &out, Option_t *option =
"");
33 virtual void UseCurrentStyle();