qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Gui/QtahOpenGLWindow.hs
{-# 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