Safe Haskell | None |
---|
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
htmlParamElementGetValueType :: (HTMLParamElementClass self, GlibString string) => self -> IO stringSource
data HTMLParamElement Source
class HTMLElementClass o => HTMLParamElementClass o Source
Instances
castToHTMLParamElement :: GObjectClass obj => obj -> HTMLParamElementSource