Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlBodyElementSetALink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO () Source
htmlBodyElementGetALink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string Source
htmlBodyElementSetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO () Source
htmlBodyElementGetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> IO string Source
htmlBodyElementSetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO () Source
htmlBodyElementGetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> IO string 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
htmlBodyElementGetVLink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string Source
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
data HTMLBodyElement Source
castToHTMLBodyElement :: GObjectClass obj => obj -> HTMLBodyElement Source
toHTMLBodyElement :: HTMLBodyElementClass o => o -> HTMLBodyElement Source