Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLScriptElement
Documentation
htmlScriptElementSetText :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetText :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetHtmlFor :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetHtmlFor :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetEvent :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetEvent :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetCharset :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetCharset :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetAsync :: HTMLScriptElementClass self => self -> Bool -> IO ()
htmlScriptElementGetAsync :: HTMLScriptElementClass self => self -> IO Bool
htmlScriptElementSetDefer :: HTMLScriptElementClass self => self -> Bool -> IO ()
htmlScriptElementGetDefer :: HTMLScriptElementClass self => self -> IO Bool
htmlScriptElementSetSrc :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetSrc :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetCrossOrigin :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetCrossOrigin :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
htmlScriptElementSetNonce :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()
htmlScriptElementGetNonce :: (HTMLScriptElementClass self, GlibString string) => self -> IO string
data HTMLScriptElement
class HTMLElementClass o => HTMLScriptElementClass o
Instances
castToHTMLScriptElement :: GObjectClass obj => obj -> HTMLScriptElement
toHTMLScriptElement :: HTMLScriptElementClass o => o -> HTMLScriptElement