webkit-0.12.6.0: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.EventM

Documentation

type Signal target callback = target -> callback -> IO (IO ())Source

type EventM e t a = ReaderT (t, e) IO aSource

eventTarget :: EventClass e => EventM e t (Maybe EventTarget)Source

srcElement :: EventClass e => EventM e t (Maybe EventTarget)Source

connect :: (GObjectClass t, EventClass e) => String -> t -> EventM e t () -> IO (IO ())Source