Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement
Documentation
htmlBodyElementSetALink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetALink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string
htmlBodyElementSetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> IO string
htmlBodyElementSetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> IO string
htmlBodyElementSetLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetLink :: (HTMLBodyElementClass self, GlibString string) => self -> IO string
htmlBodyElementSetText :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetText :: (HTMLBodyElementClass self, GlibString string) => self -> IO string
htmlBodyElementSetVLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()
htmlBodyElementGetVLink :: (HTMLBodyElementClass self, GlibString string) => 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