4 #include "TRootEmbeddedCanvas.h"
9 TGHorizontalFrame(p, w, h),
12 SetCleanup(kDeepCleanup);
14 fEmbeddedCanvas =
new TRootEmbeddedCanvas(
"Canvas",
this, w, h);
15 AddFrame(fEmbeddedCanvas,
new TGLayoutHints(kLHintsCenterX | kLHintsCenterY, 0, 0, 0, 0));
16 fEmbeddedCanvas->GetCanvas()->SetBorderMode(0);
ClassImp(QGPlotStyleFrame) QGPlotStyleFrame
Base class for plot edit windows.
Part of a plot edit window showing the plot style.
virtual ~QGPlotStyleFrame()
Destructor.
QGPlotStyleFrame(QGPlotEditWindow *p=0, UInt_t w=50, UInt_t h=50)
Constructor.