[ROOT] pointer to subpads

From: Michael Wiesmann (wiesmann@e18.physik.tu-muenchen.de)
Date: Mon Nov 25 2002 - 13:45:43 MET


Dear Rooters!


I wanted to get a pointer to a subpad in a canvas. I was happy to find
the function TCanvas::GetPadDivision(int, int). But it looks like that
this function is not yet implemented in my root version 3.00/06.



 void *TCanvas::GetPadDivision(Int_t, Int_t)
{
//*-*-*-*-*-*-*-*-*Return pad corresponding to one canvas division*-*-*-*-*
//*-*              ===============================================
return 0;
}


Is there a more direct way than to cd(1) to the subpad and ask for
gPad?

Thanks,
Michael



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:20 MET