module GI.Gtk.Objects.CellArea 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 CellArea = CellArea (ForeignPtr CellArea) instance GObject CellArea where class GObject o => CellAreaK o instance (GObject o, IsDescendantOf CellArea o) => CellAreaK o data CellAreaEditWidgetPropertyInfo data CellAreaEditedCellPropertyInfo data CellAreaFocusCellPropertyInfo data CellAreaAddEditableSignalInfo data CellAreaApplyAttributesSignalInfo data CellAreaFocusChangedSignalInfo data CellAreaRemoveEditableSignalInfo