webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLParamElement

Documentation

htmlParamElementSetName :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO ()Source

htmlParamElementGetName :: (HTMLParamElementClass self, GlibString string) => self -> IO stringSource

htmlParamElementSetValue :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO ()Source

htmlParamElementGetValue :: (HTMLParamElementClass self, GlibString string) => self -> IO stringSource

htmlParamElementSetValueType :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO ()Source