module HROOT.Core.TAttPad
       (TAttPad(..), ITAttPad(..), upcastTAttPad, downcastTAttPad,
        newTAttPad, tAttPad_GetBottomMargin, tAttPad_GetLeftMargin,
        tAttPad_GetRightMargin, tAttPad_GetTopMargin, tAttPad_GetAfile,
        tAttPad_GetXfile, tAttPad_GetYfile, tAttPad_GetAstat,
        tAttPad_GetXstat, tAttPad_GetYstat, tAttPad_GetFrameFillColor,
        tAttPad_GetFrameLineColor, tAttPad_GetFrameFillStyle,
        tAttPad_GetFrameLineStyle, tAttPad_GetFrameLineWidth,
        tAttPad_GetFrameBorderSize, tAttPad_GetFrameBorderMode,
        tAttPad_SetFrameFillColor, tAttPad_SetFrameLineColor,
        tAttPad_SetFrameFillStyle, tAttPad_SetFrameLineStyle,
        tAttPad_SetFrameLineWidth, tAttPad_SetFrameBorderSize,
        tAttPad_SetFrameBorderMode)
       where
import HROOT.Core.TAttPad.RawType
import HROOT.Core.TAttPad.Interface
import HROOT.Core.TAttPad.Implementation