webkit-0.13.1.3: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

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 ()

htmlScriptElementSetEvent :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()

htmlScriptElementSetCharset :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()

htmlScriptElementSetSrc :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()

htmlScriptElementGetSrc :: (HTMLScriptElementClass self, GlibString string) => self -> IO string

htmlScriptElementSetCrossOrigin :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()

htmlScriptElementSetNonce :: (HTMLScriptElementClass self, GlibString string) => self -> string -> IO ()