Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLCollection
Documentation
htmlCollectionItem :: HTMLCollectionClass self => self -> Word -> IO (Maybe Node)
htmlCollectionNamedItem :: (HTMLCollectionClass self, GlibString string) => self -> string -> IO (Maybe Node)
htmlCollectionGetLength :: HTMLCollectionClass self => self -> IO Word
data HTMLCollection
class GObjectClass o => HTMLCollectionClass o
castToHTMLCollection :: GObjectClass obj => obj -> HTMLCollection
toHTMLCollection :: HTMLCollectionClass o => o -> HTMLCollection