webkit-0.14.2.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.CSS

Documentation

supports2 :: (MonadIO m, CSSClass self, GlibString string) => self -> string -> string -> m Bool Source #

data CSS Source #

Instances

Eq CSS Source # 

Methods

(==) :: CSS -> CSS -> Bool #

(/=) :: CSS -> CSS -> Bool #

Ord CSS Source # 

Methods

compare :: CSS -> CSS -> Ordering #

(<) :: CSS -> CSS -> Bool #

(<=) :: CSS -> CSS -> Bool #

(>) :: CSS -> CSS -> Bool #

(>=) :: CSS -> CSS -> Bool #

max :: CSS -> CSS -> CSS #

min :: CSS -> CSS -> CSS #

GObjectClass CSS Source # 
CSSClass CSS Source # 

castToCSS :: GObjectClass obj => obj -> CSS Source #

class GObjectClass o => CSSClass o Source #

Instances

toCSS :: CSSClass o => o -> CSS Source #