webkit-0.13.1.2: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement

Documentation

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

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

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

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

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

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

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

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