module HROOT.Class.TWbox
  (
    TWbox(..)
  , ITWbox(..)
  , upcastTWbox
  , newTWbox 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TWbox.RawType
import HROOT.Class.TWbox.Interface
import HROOT.Class.TWbox.Implementation