webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Event

Documentation

eventStopPropagation :: EventClass self => self -> IO ()Source

eventPreventDefault :: EventClass self => self -> IO ()Source

eventInitEvent :: EventClass self => self -> String -> Bool -> Bool -> IO ()Source

eventStopImmediatePropagation :: EventClass self => self -> IO ()Source

cNONE :: IntegerSource

cAT_TARGET :: IntegerSource

cMOUSEDOWN :: IntegerSource

cMOUSEUP :: IntegerSource

cMOUSEOVER :: IntegerSource

cMOUSEOUT :: IntegerSource

cMOUSEMOVE :: IntegerSource

cMOUSEDRAG :: IntegerSource

cCLICK :: IntegerSource

cDBLCLICK :: IntegerSource

cKEYDOWN :: IntegerSource

cKEYUP :: IntegerSource

cKEYPRESS :: IntegerSource

cDRAGDROP :: IntegerSource

cFOCUS :: IntegerSource

cBLUR :: IntegerSource

cSELECT :: IntegerSource

cCHANGE :: IntegerSource

eventGetTarget :: EventClass self => self -> IO (Maybe EventTarget)Source

eventGetCurrentTarget :: EventClass self => self -> IO (Maybe EventTarget)Source

eventGetEventPhase :: EventClass self => self -> IO WordSource

eventGetBubbles :: EventClass self => self -> IO BoolSource

eventGetCancelable :: EventClass self => self -> IO BoolSource

eventGetTimeStamp :: EventClass self => self -> IO WordSource

eventGetDefaultPrevented :: EventClass self => self -> IO BoolSource

eventGetSrcElement :: EventClass self => self -> IO (Maybe EventTarget)Source

eventSetReturnValue :: EventClass self => self -> Bool -> IO ()Source

eventGetReturnValue :: EventClass self => self -> IO BoolSource

eventSetCancelBubble :: EventClass self => self -> Bool -> IO ()Source

eventGetCancelBubble :: EventClass self => self -> IO BoolSource