module GI.WebKit2WebExtension.Objects.DOMHTMLTableSectionElement 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 DOMHTMLTableSectionElement = DOMHTMLTableSectionElement (ForeignPtr DOMHTMLTableSectionElement) instance GObject DOMHTMLTableSectionElement where class GObject o => DOMHTMLTableSectionElementK o instance (GObject o, IsDescendantOf DOMHTMLTableSectionElement o) => DOMHTMLTableSectionElementK o data DOMHTMLTableSectionElementAlignPropertyInfo data DOMHTMLTableSectionElementChPropertyInfo data DOMHTMLTableSectionElementChOffPropertyInfo data DOMHTMLTableSectionElementRowsPropertyInfo data DOMHTMLTableSectionElementVAlignPropertyInfo