webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.CSSStyleDeclaration

Documentation

cssStyleDeclarationGetPropertyValue :: CSSStyleDeclarationClass self => self -> String -> IO StringSource

cssStyleDeclarationRemoveProperty :: CSSStyleDeclarationClass self => self -> String -> IO StringSource

cssStyleDeclarationGetPropertyPriority :: CSSStyleDeclarationClass self => self -> String -> IO StringSource

cssStyleDeclarationSetProperty :: CSSStyleDeclarationClass self => self -> String -> String -> String -> IO ()Source

cssStyleDeclarationItem :: CSSStyleDeclarationClass self => self -> Word -> IO StringSource

cssStyleDeclarationGetPropertyShorthand :: CSSStyleDeclarationClass self => self -> String -> IO StringSource

cssStyleDeclarationIsPropertyImplicit :: CSSStyleDeclarationClass self => self -> String -> IO BoolSource

cssStyleDeclarationSetCssText :: CSSStyleDeclarationClass self => self -> String -> IO ()Source

cssStyleDeclarationGetCssText :: CSSStyleDeclarationClass self => self -> IO StringSource

cssStyleDeclarationGetLength :: CSSStyleDeclarationClass self => self -> IO WordSource

cssStyleDeclarationGetParentRule :: CSSStyleDeclarationClass self => self -> IO (Maybe CSSRule)Source