webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement

Documentation

htmlBodyElementSetALink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementGetALink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string

htmlBodyElementSetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementSetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementGetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> IO string

htmlBodyElementSetLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementGetLink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string

htmlBodyElementSetText :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementGetText :: (HTMLBodyElementClass self, GlibString string) => self -> IO string

htmlBodyElementSetVLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()

htmlBodyElementGetVLink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string