module GI.Gtk.Objects.CellAreaContext where 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 newtype CellAreaContext = CellAreaContext (ForeignPtr CellAreaContext) instance GObject CellAreaContext where class GObject o => CellAreaContextK o instance (GObject o, IsDescendantOf CellAreaContext o) => CellAreaContextK o data CellAreaContextAreaPropertyInfo data CellAreaContextMinimumHeightPropertyInfo data CellAreaContextMinimumWidthPropertyInfo data CellAreaContextNaturalHeightPropertyInfo data CellAreaContextNaturalWidthPropertyInfo