{- |
Copyright  : Will Thompson, Iñaki García Etxebarria and Jonas Platte
License    : LGPL-2.1
Maintainer : Iñaki García Etxebarria (garetxe@gmail.com)
-}

module GI.Atk.Structs
    (     module GI.Atk.Structs.Attribute         ,
    module GI.Atk.Structs.Implementor       ,
    module GI.Atk.Structs.KeyEventStruct    ,
    module GI.Atk.Structs.PropertyValues    ,
    module GI.Atk.Structs.Range             ,
    module GI.Atk.Structs.Rectangle         ,
    module GI.Atk.Structs.TextRange         ,
    module GI.Atk.Structs.TextRectangle     ,


    ) where

import GI.Atk.Structs.Attribute
import GI.Atk.Structs.Implementor
import GI.Atk.Structs.KeyEventStruct
import GI.Atk.Structs.PropertyValues
import GI.Atk.Structs.Range
import GI.Atk.Structs.Rectangle
import GI.Atk.Structs.TextRange
import GI.Atk.Structs.TextRectangle

import Prelude ()
import Data.GI.Base.ShortPrelude

import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map

import GI.Atk.Types
import GI.Atk.Callbacks