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. setEventButtonY :: MonadIO m => EventButton -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventButton

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

    set eventButton [ #y := value ]
    

  2. setEventButtonYRoot :: MonadIO m => EventButton -> Double -> m ()

    gi-gdk3 GI.Gdk.Structs.EventButton

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

    set eventButton [ #yRoot := value ]
    

  3. setEventConfigureHeight :: MonadIO m => EventConfigure -> Int32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #height := value ]
    

  4. setEventConfigureSendEvent :: MonadIO m => EventConfigure -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #sendEvent := value ]
    

  5. setEventConfigureType :: MonadIO m => EventConfigure -> EventType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #type := value ]
    

  6. setEventConfigureWidth :: MonadIO m => EventConfigure -> Int32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #width := value ]
    

  7. setEventConfigureWindow :: MonadIO m => EventConfigure -> Ptr Window -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #window := value ]
    

  8. setEventConfigureX :: MonadIO m => EventConfigure -> Int32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #x := value ]
    

  9. setEventConfigureY :: MonadIO m => EventConfigure -> Int32 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventConfigure

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

    set eventConfigure [ #y := value ]
    

  10. setEventCrossingDetail :: MonadIO m => EventCrossing -> NotifyType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventCrossing

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

    set eventCrossing [ #detail := value ]
    

Page 409 of many | Previous | Next