qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Widgets/QHBoxLayout.hs
{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------
{-# LANGUAGE NoMonomorphismRestriction #-}
module Graphics.UI.Qtah.Widgets.QHBoxLayout (
QHBoxLayoutValue (..),
QHBoxLayoutConstPtr (..),
QHBoxLayoutPtr (..),
QHBoxLayoutConst,
QHBoxLayout,
castConst,
cast,
downCastConst,
downCast,
new,
newWithParent,
) where
import Graphics.UI.Qtah.Generated.Widgets.QHBoxLayout
import Prelude ()
castConst = toQHBoxLayoutConst
cast = toQHBoxLayout
downCastConst = downToQHBoxLayoutConst
downCast = downToQHBoxLayout