Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlParamElementSetName :: HTMLParamElementClass self => self -> String -> IO () Source
htmlParamElementGetName :: HTMLParamElementClass self => self -> IO String Source
htmlParamElementSetValue :: HTMLParamElementClass self => self -> String -> IO () Source
htmlParamElementGetValue :: HTMLParamElementClass self => self -> IO String Source
htmlParamElementSetValueType :: HTMLParamElementClass self => self -> String -> IO () Source
htmlParamElementGetValueType :: HTMLParamElementClass self => self -> IO String Source
data HTMLParamElement Source
castToHTMLParamElement :: GObjectClass obj => obj -> HTMLParamElement Source
toHTMLParamElement :: HTMLParamElementClass o => o -> HTMLParamElement Source