webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLTableElement

Documentation

htmlTableElementSetAlign :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementGetAlign :: (HTMLTableElementClass self, GlibString string) => self -> IO string

htmlTableElementSetBgColor :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementSetBorder :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementGetBorder :: (HTMLTableElementClass self, GlibString string) => self -> IO string

htmlTableElementSetCellPadding :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementSetCellSpacing :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementSetFrame :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementGetFrame :: (HTMLTableElementClass self, GlibString string) => self -> IO string

htmlTableElementSetRules :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementGetRules :: (HTMLTableElementClass self, GlibString string) => self -> IO string

htmlTableElementSetSummary :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementSetWidth :: (HTMLTableElementClass self, GlibString string) => self -> string -> IO ()

htmlTableElementGetWidth :: (HTMLTableElementClass self, GlibString string) => self -> IO string