webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.UIEvent

Documentation

uiEventInitUIEvent :: (UIEventClass self, DOMWindowClass view, GlibString string) => self -> string -> Bool -> Bool -> Maybe view -> Int -> IO ()Source

uiEventGetView :: UIEventClass self => self -> IO (Maybe DOMWindow)Source

uiEventGetDetail :: UIEventClass self => self -> IO IntSource

uiEventGetKeyCode :: UIEventClass self => self -> IO IntSource

uiEventGetCharCode :: UIEventClass self => self -> IO IntSource

uiEventGetLayerX :: UIEventClass self => self -> IO IntSource

uiEventGetLayerY :: UIEventClass self => self -> IO IntSource

uiEventGetPageX :: UIEventClass self => self -> IO IntSource

uiEventGetPageY :: UIEventClass self => self -> IO IntSource

uiEventGetWhich :: UIEventClass self => self -> IO IntSource