webkitgtk3-0.14.1.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.EventM

Documentation

type EventM t e = ReaderT e IO Source

newtype EventName t e Source

Constructors

EventName String 

on :: (EventTargetClass t, EventClass e) => t -> EventName t e -> EventM t e () -> IO (IO ()) Source