Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLParamElement
Documentation
htmlParamElementSetName :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO () Source
htmlParamElementGetName :: (HTMLParamElementClass self, GlibString string) => self -> IO string Source
htmlParamElementSetValue :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO () Source
htmlParamElementGetValue :: (HTMLParamElementClass self, GlibString string) => self -> IO string Source
htmlParamElementSetValueType :: (HTMLParamElementClass self, GlibString string) => self -> string -> IO () Source
htmlParamElementGetValueType :: (HTMLParamElementClass self, GlibString string) => self -> IO string Source
data HTMLParamElement Source
class HTMLElementClass o => HTMLParamElementClass o Source
Instances
castToHTMLParamElement :: GObjectClass obj => obj -> HTMLParamElement Source
toHTMLParamElement :: HTMLParamElementClass o => o -> HTMLParamElement Source