Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLScriptElement
Documentation
htmlScriptElementSetText :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetText :: HTMLScriptElementClass self => self -> IO String
htmlScriptElementSetHtmlFor :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetHtmlFor :: HTMLScriptElementClass self => self -> IO String
htmlScriptElementSetEvent :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetEvent :: HTMLScriptElementClass self => self -> IO String
htmlScriptElementSetCharset :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetCharset :: HTMLScriptElementClass self => 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 => self -> String -> IO ()
htmlScriptElementGetSrc :: HTMLScriptElementClass self => self -> IO String
htmlScriptElementSetCrossOrigin :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetCrossOrigin :: HTMLScriptElementClass self => self -> IO String
htmlScriptElementSetNonce :: HTMLScriptElementClass self => self -> String -> IO ()
htmlScriptElementGetNonce :: HTMLScriptElementClass self => self -> IO String
data HTMLScriptElement
class HTMLElementClass o => HTMLScriptElementClass o
Instances
castToHTMLScriptElement :: GObjectClass obj => obj -> HTMLScriptElement
toHTMLScriptElement :: HTMLScriptElementClass o => o -> HTMLScriptElement