Is there (or does it make sense for it to be) a reactive-banana
over webkitgtk3
's DOM
? Originally I was looking for reactive-banana-gtk
but then realized the widgets were to rigid and I saw no easy way to define new widgets from Haskell. DOM
together with css
on the other hand could satisfy my needs. Hope this justifies the use case.
What would I need to do to get reactive-banana
working over Graphics.UI.Gtk.WebKit.DOM
?
I haven't found anything on hackage
, github
, nor by googling it.