HROOT-core-0.9: src/HROOT/Core/TAttPad.hs
module HROOT.Core.TAttPad
(TAttPad(..), ITAttPad(..), upcastTAttPad, downcastTAttPad,
newTAttPad, tAttPadGetBottomMargin, tAttPadGetLeftMargin,
tAttPadGetRightMargin, tAttPadGetTopMargin, tAttPadGetAfile,
tAttPadGetXfile, tAttPadGetYfile, tAttPadGetAstat, tAttPadGetXstat,
tAttPadGetYstat, tAttPadGetFrameFillColor,
tAttPadGetFrameLineColor, tAttPadGetFrameFillStyle,
tAttPadGetFrameLineStyle, tAttPadGetFrameLineWidth,
tAttPadGetFrameBorderSize, tAttPadGetFrameBorderMode,
tAttPadSetFrameFillColor, tAttPadSetFrameLineColor,
tAttPadSetFrameFillStyle, tAttPadSetFrameLineStyle,
tAttPadSetFrameLineWidth, tAttPadSetFrameBorderSize,
tAttPadSetFrameBorderMode)
where
import HROOT.Core.TAttPad.RawType
import HROOT.Core.TAttPad.Interface
import HROOT.Core.TAttPad.Implementation