webkit-0.12.5: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLParamElement

Documentation

htmlParamElementSetName :: HTMLParamElementClass self => self -> String -> IO ()Source

htmlParamElementGetName :: HTMLParamElementClass self => self -> IO StringSource

htmlParamElementSetValue :: HTMLParamElementClass self => self -> String -> IO ()Source

htmlParamElementGetValue :: HTMLParamElementClass self => self -> IO StringSource

htmlParamElementSetValueType :: HTMLParamElementClass self => self -> String -> IO ()Source

htmlParamElementGetValueType :: HTMLParamElementClass self => self -> IO StringSource