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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Widgets.QGridLayout (
  QGridLayoutValue (..),
  QGridLayoutConstPtr (..),
  QGridLayoutPtr (..),
  QGridLayoutConst,
  QGridLayout,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithParent,
  addItem,
  addItemWithSpan,
  addItemWithSpanAndAlignment,
  addLayout,
  addLayoutWithSpan,
  addLayoutWithSpanAndAlignment,
  addWidget,
  addWidgetWithSpan,
  addWidgetWithSpanAndAlignment,
  cellRect,
  columnCount,
  columnMinimumWidth,
  columnStretch,
  getItemColumn,
  getItemColumnSpan,
  getItemRow,
  getItemRowSpan,
  horizontalSpacing,
  itemAtPosition,
  originCorner,
  rowCount,
  rowMinimumHeight,
  rowStretch,
  setColumnMinimumWidth,
  setColumnStretch,
  setHorizontalSpacing,
  setOriginCorner,
  setRowMinimumHeight,
  setRowStretch,
  setVerticalSpacing,
  spacing,
  verticalSpacing,
  ) where

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


castConst = toQGridLayoutConst
cast = toQGridLayout
downCastConst = downToQGridLayoutConst
downCast = downToQGridLayout