packages feed

HROOT-core-0.10.0.1: src/HROOT/Core/TStyle.hs

module HROOT.Core.TStyle
       (TStyle(..), ITStyle, upcastTStyle, downcastTStyle,
        tStyle_SetCanvasPreferGL, tStyle_SetOptDate, tStyle_SetOptFile,
        tStyle_SetOptFit, tStyle_SetOptLogx, tStyle_SetOptLogy,
        tStyle_SetOptLogz, tStyle_SetOptStat, tStyle_SetOptTitle,
        tStyle_SetPalette)
       where
import HROOT.Core.TStyle.RawType
import HROOT.Core.TStyle.Interface
import HROOT.Core.TStyle.Implementation