Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLElement
Documentation
htmlElementInsertAdjacentElement :: (HTMLElementClass self, ElementClass element) => self -> String -> Maybe element -> IO (Maybe Element)
htmlElementInsertAdjacentHTML :: HTMLElementClass self => self -> String -> String -> IO ()
htmlElementInsertAdjacentText :: HTMLElementClass self => self -> String -> String -> IO ()
htmlElementClick :: HTMLElementClass self => self -> IO ()
htmlElementSetTitle :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetTitle :: HTMLElementClass self => self -> IO String
htmlElementSetLang :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetLang :: HTMLElementClass self => self -> IO String
htmlElementSetTranslate :: HTMLElementClass self => self -> Bool -> IO ()
htmlElementGetTranslate :: HTMLElementClass self => self -> IO Bool
htmlElementSetDir :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetDir :: HTMLElementClass self => self -> IO String
htmlElementSetTabIndex :: HTMLElementClass self => self -> Int -> IO ()
htmlElementGetTabIndex :: HTMLElementClass self => self -> IO Int
htmlElementSetDraggable :: HTMLElementClass self => self -> Bool -> IO ()
htmlElementGetDraggable :: HTMLElementClass self => self -> IO Bool
htmlElementSetWebkitdropzone :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetWebkitdropzone :: HTMLElementClass self => self -> IO String
htmlElementSetHidden :: HTMLElementClass self => self -> Bool -> IO ()
htmlElementGetHidden :: HTMLElementClass self => self -> IO Bool
htmlElementSetAccessKey :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetAccessKey :: HTMLElementClass self => self -> IO String
htmlElementSetInnerHTML :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetInnerHTML :: HTMLElementClass self => self -> IO String
htmlElementSetInnerText :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetInnerText :: HTMLElementClass self => self -> IO String
htmlElementSetOuterHTML :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetOuterHTML :: HTMLElementClass self => self -> IO String
htmlElementSetOuterText :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetOuterText :: HTMLElementClass self => self -> IO String
htmlElementGetChildren :: HTMLElementClass self => self -> IO (Maybe HTMLCollection)
htmlElementSetContentEditable :: HTMLElementClass self => self -> String -> IO ()
htmlElementGetContentEditable :: HTMLElementClass self => self -> IO String
htmlElementGetIsContentEditable :: HTMLElementClass self => self -> IO Bool
htmlElementSetSpellcheck :: HTMLElementClass self => self -> Bool -> IO ()
htmlElementGetSpellcheck :: HTMLElementClass self => self -> IO Bool
data HTMLElement
class ElementClass o => HTMLElementClass o
Instances
castToHTMLElement :: GObjectClass obj => obj -> HTMLElement
toHTMLElement :: HTMLElementClass o => o -> HTMLElement