module GI.WebKit.Objects.DOMHTMLTableRowElement 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 DOMHTMLTableRowElement = DOMHTMLTableRowElement (ForeignPtr DOMHTMLTableRowElement) instance GObject DOMHTMLTableRowElement where class GObject o => DOMHTMLTableRowElementK o instance (GObject o, IsDescendantOf DOMHTMLTableRowElement o) => DOMHTMLTableRowElementK o data DOMHTMLTableRowElementAlignPropertyInfo data DOMHTMLTableRowElementBgColorPropertyInfo data DOMHTMLTableRowElementCellsPropertyInfo data DOMHTMLTableRowElementChPropertyInfo data DOMHTMLTableRowElementChOffPropertyInfo data DOMHTMLTableRowElementRowIndexPropertyInfo data DOMHTMLTableRowElementSectionRowIndexPropertyInfo data DOMHTMLTableRowElementVAlignPropertyInfo