@hackage keera-hails-reactive-gtk0.8.0
Haskell on Gtk rails - Reactive Fields for Gtk widgets
Categories
License
BSD-3-Clause
Maintainer
support@keera.co.uk
Links
Versions
Installation
Dependencies (9)
- base >=4 && <5
- bytestring
- mtl
- transformers
- cairo
- glib Show all…
Dependents (2)
@hackage/titan, @hackage/keera-posture
Package Flags
test-hlint(off by default)
test-doc-coverage(off by default)
A layer defining RVs for GTK+ fields and actions.
Reactive Values are an abstraction for reactive programming based on setters and getters with change-based propagation.
They enable easy communication/synchronization rules via Reactive Rules (RRs), which can keep two type-compatible RVs in sync directionally or bidirectionally.
This library provides operations to turn GTK+ object properties and fields into RVs, so that they can be used to create reactive user interfaces with minimal effort.
For details, please see the paper "Bridging the GUI Gap with Reactive Values and Relations", by Ivan Perez and Henrik Nilsson at Haskell Symposium 2015.