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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Widgets.QBoxLayout (
  QBoxLayoutValue (..),
  QBoxLayoutConstPtr (..),
  QBoxLayoutPtr (..),
  QBoxLayoutConst,
  QBoxLayout,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithParent,
  addLayout,
  addLayoutWithStretch,
  addSpacing,
  addStretch,
  addStretchOf,
  addStrut,
  addWidget,
  addWidgetWithStretch,
  addWidgetWithStretchAndAlignment,
  direction,
  insertLayout,
  insertLayoutWithStretch,
  insertSpacing,
  insertStretch,
  insertStretchOf,
  insertWidget,
  insertWidgetWithStretch,
  insertWidgetWithStretchAndAlignment,
  setDirection,
  setLayoutStretchFactor,
  setSpacing,
  setStretch,
  setWidgetStretchFactor,
  spacing,
  QBoxLayoutDirection (..),
  ) where

import Graphics.UI.Qtah.Generated.Widgets.QBoxLayout
import Prelude ()


castConst = toQBoxLayoutConst
cast = toQBoxLayout
downCastConst = downToQBoxLayoutConst
downCast = downToQBoxLayout