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 => self -> String -> IO ()
htmlTableSectionElementGetAlign :: HTMLTableSectionElementClass self => self -> IO String
htmlTableSectionElementSetCh :: HTMLTableSectionElementClass self => self -> String -> IO ()
htmlTableSectionElementGetCh :: HTMLTableSectionElementClass self => self -> IO String
htmlTableSectionElementSetChOff :: HTMLTableSectionElementClass self => self -> String -> IO ()
htmlTableSectionElementGetChOff :: HTMLTableSectionElementClass self => self -> IO String
htmlTableSectionElementSetVAlign :: HTMLTableSectionElementClass self => self -> String -> IO ()
htmlTableSectionElementGetVAlign :: HTMLTableSectionElementClass self => self -> IO String
htmlTableSectionElementGetRows :: HTMLTableSectionElementClass self => self -> IO (Maybe HTMLCollection)
class HTMLElementClass o => HTMLTableSectionElementClass o
castToHTMLTableSectionElement :: GObjectClass obj => obj -> HTMLTableSectionElement