Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.CSSStyleDeclaration
Documentation
cssStyleDeclarationGetPropertyValue :: CSSStyleDeclarationClass self => self -> String -> IO String
cssStyleDeclarationRemoveProperty :: CSSStyleDeclarationClass self => self -> String -> IO String
cssStyleDeclarationGetPropertyPriority :: CSSStyleDeclarationClass self => self -> String -> IO String
cssStyleDeclarationSetProperty :: CSSStyleDeclarationClass self => self -> String -> String -> String -> IO ()
cssStyleDeclarationItem :: CSSStyleDeclarationClass self => self -> Word -> IO String
cssStyleDeclarationGetPropertyShorthand :: CSSStyleDeclarationClass self => self -> String -> IO String
cssStyleDeclarationIsPropertyImplicit :: CSSStyleDeclarationClass self => self -> String -> IO Bool
cssStyleDeclarationSetCssText :: CSSStyleDeclarationClass self => self -> String -> IO ()
cssStyleDeclarationGetCssText :: CSSStyleDeclarationClass self => self -> IO String
cssStyleDeclarationGetLength :: CSSStyleDeclarationClass self => self -> IO Word
cssStyleDeclarationGetParentRule :: CSSStyleDeclarationClass self => self -> IO (Maybe CSSRule)
data CSSStyleDeclaration
class GObjectClass o => CSSStyleDeclarationClass o
castToCSSStyleDeclaration :: GObjectClass obj => obj -> CSSStyleDeclaration