Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
htmlBodyElementSetALink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetALink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementSetBackground :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetBackground :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementSetBgColor :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetBgColor :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementSetLink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetLink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementSetText :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetText :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementSetVLink :: (IsHTMLBodyElement self, ToJSString val) => self -> val -> IO () Source
htmlBodyElementGetVLink :: (IsHTMLBodyElement self, FromJSString result) => self -> IO result Source
htmlBodyElementOnbeforeunload :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnhashchange :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnmessage :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnoffline :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnonline :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnpopstate :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnresize :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnstorage :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnunload :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnorientationchange :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnblur :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnerror :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnfocus :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
htmlBodyElementOnload :: IsHTMLBodyElement self => Signal self (EventM UIEvent self ()) Source
data HTMLBodyElement Source
castToHTMLBodyElement :: GObjectClass obj => obj -> HTMLBodyElement Source
toHTMLBodyElement :: IsHTMLBodyElement o => o -> HTMLBodyElement Source