webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLTableSectionElement

Documentation

htmlTableSectionElementInsertRow :: HTMLTableSectionElementClass self => self -> Int -> IO (Maybe HTMLElement)Source

htmlTableSectionElementDeleteRow :: HTMLTableSectionElementClass self => self -> Int -> IO ()Source

htmlTableSectionElementSetAlign :: HTMLTableSectionElementClass self => self -> String -> IO ()Source

htmlTableSectionElementGetAlign :: HTMLTableSectionElementClass self => self -> IO StringSource

htmlTableSectionElementSetCh :: HTMLTableSectionElementClass self => self -> String -> IO ()Source

htmlTableSectionElementGetCh :: HTMLTableSectionElementClass self => self -> IO StringSource

htmlTableSectionElementSetChOff :: HTMLTableSectionElementClass self => self -> String -> IO ()Source

htmlTableSectionElementGetChOff :: HTMLTableSectionElementClass self => self -> IO StringSource

htmlTableSectionElementSetVAlign :: HTMLTableSectionElementClass self => self -> String -> IO ()Source

htmlTableSectionElementGetVAlign :: HTMLTableSectionElementClass self => self -> IO StringSource

htmlTableSectionElementGetRows :: HTMLTableSectionElementClass self => self -> IO (Maybe HTMLCollection)Source