Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement
Documentation
htmlBodyElementSetALink :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetALink :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementSetBackground :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetBackground :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementSetBgColor :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetBgColor :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementSetLink :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetLink :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementSetText :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetText :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementSetVLink :: HTMLBodyElementClass self => self -> String -> IO ()
htmlBodyElementGetVLink :: HTMLBodyElementClass self => self -> IO String
htmlBodyElementOnbeforeunload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnhashchange :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnmessage :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnoffline :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnonline :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnpopstate :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnresize :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnstorage :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnunload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnorientationchange :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnblur :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnerror :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnfocus :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
htmlBodyElementOnload :: HTMLBodyElementClass self => Signal self (EventM UIEvent self ())
data HTMLBodyElement
class HTMLElementClass o => HTMLBodyElementClass o
Instances
castToHTMLBodyElement :: GObjectClass obj => obj -> HTMLBodyElement
toHTMLBodyElement :: HTMLBodyElementClass o => o -> HTMLBodyElement