Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setEventKeyState :: MonadIO m => EventKey -> [ModifierType] -> m ()

    gi-gdk3 GI.Gdk.Structs.EventKey

    Set the value of the “state” field. When overloading is enabled, this is equivalent to

    set eventKey [ #state := value ]
    

  2. setEventKeyString :: MonadIO m => EventKey -> CString -> m ()

    gi-gdk3 GI.Gdk.Structs.EventKey

    Set the value of the “string” field. When overloading is enabled, this is equivalent to

    set eventKey [ #string := value ]
    

  3. setEventKeyTime :: MonadIO m => EventKey -> Word32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventKey

    Set the value of the “time” field. When overloading is enabled, this is equivalent to

    set eventKey [ #time := value ]
    

  4. setEventKeyType :: MonadIO m => EventKey -> EventType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventKey

    Set the value of the “type” field. When overloading is enabled, this is equivalent to

    set eventKey [ #type := value ]
    

  5. setEventKeyWindow :: MonadIO m => EventKey -> Ptr Window -> m ()

    gi-gdk3 GI.Gdk.Structs.EventKey

    Set the value of the “window” field. When overloading is enabled, this is equivalent to

    set eventKey [ #window := value ]
    

  6. setEventMotionAxes :: MonadIO m => EventMotion -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventMotion

    Set the value of the “axes” field. When overloading is enabled, this is equivalent to

    set eventMotion [ #axes := value ]
    

  7. setEventMotionDevice :: MonadIO m => EventMotion -> Ptr Device -> m ()

    gi-gdk3 GI.Gdk.Structs.EventMotion

    Set the value of the “device” field. When overloading is enabled, this is equivalent to

    set eventMotion [ #device := value ]
    

  8. setEventMotionIsHint :: MonadIO m => EventMotion -> Int16 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventMotion

    Set the value of the “is_hint” field. When overloading is enabled, this is equivalent to

    set eventMotion [ #isHint := value ]
    

  9. setEventMotionSendEvent :: MonadIO m => EventMotion -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventMotion

    Set the value of the “send_event” field. When overloading is enabled, this is equivalent to

    set eventMotion [ #sendEvent := value ]
    

  10. setEventMotionState :: MonadIO m => EventMotion -> [ModifierType] -> m ()

    gi-gdk3 GI.Gdk.Structs.EventMotion

    Set the value of the “state” field. When overloading is enabled, this is equivalent to

    set eventMotion [ #state := value ]
    

Page 414 of many | Previous | Next