webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.DOMTokenList

Documentation

domTokenListItem :: DOMTokenListClass self => self -> Word -> IO StringSource

domTokenListContains :: DOMTokenListClass self => self -> String -> IO BoolSource

domTokenListAdd :: DOMTokenListClass self => self -> String -> IO ()Source

domTokenListRemove :: DOMTokenListClass self => self -> String -> IO ()Source

domTokenListToggle :: DOMTokenListClass self => self -> String -> IO BoolSource

domTokenListGetLength :: DOMTokenListClass self => self -> IO WordSource