Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. EventAny :: ManagedPtr EventAny -> EventAny

    gi-gdk3 GI.Gdk.Structs.EventAny

    No documentation available.

  2. clearEventAnyWindow :: MonadIO m => EventAny -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    clear #window
    

  3. getEventAnySendEvent :: MonadIO m => EventAny -> m Int8

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    get eventAny #sendEvent
    

  4. getEventAnyType :: MonadIO m => EventAny -> m EventType

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    get eventAny #type
    

  5. getEventAnyWindow :: MonadIO m => EventAny -> m (Maybe Window)

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    get eventAny #window
    

  6. newZeroEventAny :: MonadIO m => m EventAny

    gi-gdk3 GI.Gdk.Structs.EventAny

    Construct a EventAny struct initialized to zero.

  7. setEventAnySendEvent :: MonadIO m => EventAny -> Int8 -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    set eventAny [ #sendEvent := value ]
    

  8. setEventAnyType :: MonadIO m => EventAny -> EventType -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    set eventAny [ #type := value ]
    

  9. setEventAnyWindow :: MonadIO m => EventAny -> Ptr Window -> m ()

    gi-gdk3 GI.Gdk.Structs.EventAny

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

    set eventAny [ #window := value ]
    

  10. getEventAny :: MonadIO m => Event -> m EventAny

    gi-gdk3 GI.Gdk.Unions.Event

    Get the value of the “any” field. When overloading is enabled, this is equivalent to

    get event #any
    

Page 172 of many | Previous | Next