webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement

Documentation

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

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

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

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

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

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

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

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

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

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

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