Safe Haskell | None |
---|
Graphics.UI.Gtk.WebKit.DOM.HTMLBodyElement
Documentation
htmlBodyElementSetALink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetALink :: (HTMLBodyElementClass self, GlibString string) => self -> IO stringSource
htmlBodyElementSetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetBackground :: (HTMLBodyElementClass self, GlibString string) => self -> IO stringSource
htmlBodyElementSetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetBgColor :: (HTMLBodyElementClass self, GlibString string) => self -> IO stringSource
htmlBodyElementSetLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetLink :: (HTMLBodyElementClass self, GlibString string) => self -> IO stringSource
htmlBodyElementSetText :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetText :: (HTMLBodyElementClass self, GlibString string) => self -> IO stringSource
htmlBodyElementSetVLink :: (HTMLBodyElementClass self, GlibString string) => self -> string -> IO ()Source
htmlBodyElementGetVLink :: (HTMLBodyElementClass self, GlibString string) => 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
data HTMLBodyElement Source
class HTMLElementClass o => HTMLBodyElementClass o Source
Instances
castToHTMLBodyElement :: GObjectClass obj => obj -> HTMLBodyElementSource
toHTMLBodyElement :: HTMLBodyElementClass o => o -> HTMLBodyElementSource