Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLTableSectionElement
Documentation
htmlTableSectionElementInsertRow :: HTMLTableSectionElementClass self => self -> Int -> IO (Maybe HTMLElement)
htmlTableSectionElementDeleteRow :: HTMLTableSectionElementClass self => self -> Int -> IO ()
htmlTableSectionElementSetAlign :: (HTMLTableSectionElementClass self, GlibString string) => self -> string -> IO ()
htmlTableSectionElementGetAlign :: (HTMLTableSectionElementClass self, GlibString string) => self -> IO string
htmlTableSectionElementSetCh :: (HTMLTableSectionElementClass self, GlibString string) => self -> string -> IO ()
htmlTableSectionElementGetCh :: (HTMLTableSectionElementClass self, GlibString string) => self -> IO string
htmlTableSectionElementSetChOff :: (HTMLTableSectionElementClass self, GlibString string) => self -> string -> IO ()
htmlTableSectionElementGetChOff :: (HTMLTableSectionElementClass self, GlibString string) => self -> IO string
htmlTableSectionElementSetVAlign :: (HTMLTableSectionElementClass self, GlibString string) => self -> string -> IO ()
htmlTableSectionElementGetVAlign :: (HTMLTableSectionElementClass self, GlibString string) => self -> IO string
htmlTableSectionElementGetRows :: HTMLTableSectionElementClass self => self -> IO (Maybe HTMLCollection)
class HTMLElementClass o => HTMLTableSectionElementClass o
castToHTMLTableSectionElement :: GObjectClass obj => obj -> HTMLTableSectionElement