{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Gui.QtahOpenGLWindow ( QtahOpenGLWindowValue (..), QtahOpenGLWindowConstPtr (..), QtahOpenGLWindowPtr (..), QtahOpenGLWindowConst, QtahOpenGLWindow, castConst, cast, downCastConst, downCast, new, newWithUpdateBehavior, newWithUpdateBehaviorAndParent, onInitializeGL, onPaintGL, onPaintOverGL, onPaintUnderGL, onResizeGL, ) where import Graphics.UI.Qtah.Generated.Gui.QtahOpenGLWindow import Prelude () castConst = toQtahOpenGLWindowConst cast = toQtahOpenGLWindow downCastConst = downToQtahOpenGLWindowConst downCast = downToQtahOpenGLWindow