{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Gui.QRasterWindow ( QRasterWindowValue (..), QRasterWindowConstPtr (..), QRasterWindowPtr (..), QRasterWindowConst, QRasterWindow, castConst, cast, downCastConst, downCast, new, newWithParent, ) where import Graphics.UI.Qtah.Generated.Gui.QRasterWindow import Prelude () castConst = toQRasterWindowConst cast = toQRasterWindow downCastConst = downToQRasterWindowConst downCast = downToQRasterWindow