{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, GeneralizedNewtypeDeriving, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Internal.EventListener (
  EventListenerValue (..),
  EventListenerConstPtr (..),
  EventListenerPtr (..),
  EventListenerConst,
  EventListener,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  doNotNotifyOnDelete,
  ) where

import Graphics.UI.Qtah.Generated.Internal.EventListener
import Prelude ()


castConst = toEventListenerConst
cast = toEventListener
downCastConst = downToEventListenerConst
downCast = downToEventListener