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