webkit-0.14.2.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.CSSStyleSheet

Documentation

insertRule :: (MonadIO m, CSSStyleSheetClass self, GlibString string) => self -> string -> Word -> m Word Source #

deleteRule :: (MonadIO m, CSSStyleSheetClass self) => self -> Word -> m () Source #

addRule :: (MonadIO m, CSSStyleSheetClass self, GlibString string) => self -> string -> string -> Word -> m Int Source #

removeRule :: (MonadIO m, CSSStyleSheetClass self) => self -> Word -> m () Source #