Mondrian-0.1.0.0: Renders backgrounds & borders
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.Rect.CSS

Documentation

data RectStyle img Source #

Constructors

RectStyle 

Instances

Instances details
Eq img => Eq (RectStyle img) Source # 
Instance details

Defined in Graphics.Rendering.Rect.CSS

Methods

(==) :: RectStyle img -> RectStyle img -> Bool

(/=) :: RectStyle img -> RectStyle img -> Bool

Read img => Read (RectStyle img) Source # 
Instance details

Defined in Graphics.Rendering.Rect.CSS

Methods

readsPrec :: Int -> ReadS (RectStyle img)

readList :: ReadS [RectStyle img]

readPrec :: ReadPrec (RectStyle img)

readListPrec :: ReadPrec [RectStyle img]

Show img => Show (RectStyle img) Source # 
Instance details

Defined in Graphics.Rendering.Rect.CSS

Methods

showsPrec :: Int -> RectStyle img -> ShowS

show :: RectStyle img -> String

showList :: [RectStyle img] -> ShowS

PropertyParser (RectStyle Text) Source # 
Instance details

Defined in Graphics.Rendering.Rect.CSS