webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement

Documentation

htmlBodyElementSetALink :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetALink :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementSetBackground :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetBackground :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementSetBgColor :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetBgColor :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementSetLink :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetLink :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementSetText :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetText :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementSetVLink :: HTMLBodyElementClass self => self -> String -> IO ()Source

htmlBodyElementGetVLink :: HTMLBodyElementClass self => self -> IO StringSource

htmlBodyElementOnbeforeunload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnhashchange :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnmessage :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnoffline :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnonline :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnpopstate :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnresize :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnstorage :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnunload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnorientationchange :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnblur :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnerror :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnfocus :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source

htmlBodyElementOnload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())Source