reactive-banana-wx-0.3.0.0: Examples for the reactive-banana library, using wxHaskell.

Reactive.Banana.WX

Synopsis

Documentation

event1 :: Typeable a => w -> Event w (a -> IO ()) -> NetworkDescription (Event a)Source

Event with exactly one parameter.

event0 :: w -> Event w (IO ()) -> NetworkDescription (Event ())Source

Event without parameters.

data Prop' w Source

Constructors

forall a . (Attr w a) :== (a, Event a) 

sink :: w -> [Prop' w] -> NetworkDescription ()Source

Animate a property with a stream of events