Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ScrollTypeAnywhere :: ScrollTypegi-atk GI.Atk.Enums Scroll the object vertically and horizontally so that as much as possible of the object becomes visible. The exact placement is determined by the application.
module GI.Gdk.Structs.
EventAny Contains the fields which are common to all event structs. Any event pointer can safely be cast to a pointer to a EventAny to access these fields.
-
gi-gdk3 GI.Gdk.Structs.EventAny Memory-managed wrapper type.
EventAny :: ManagedPtr EventAny -> EventAnygi-gdk3 GI.Gdk.Structs.EventAny No documentation available.
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
getEventAnySendEvent :: MonadIO m => EventAny -> m Int8gi-gdk3 GI.Gdk.Structs.EventAny Get the value of the “send_event” field. When overloading is enabled, this is equivalent to
get eventAny #sendEvent
getEventAnyType :: MonadIO m => EventAny -> m EventTypegi-gdk3 GI.Gdk.Structs.EventAny Get the value of the “type” field. When overloading is enabled, this is equivalent to
get eventAny #type
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
newZeroEventAny :: MonadIO m => m EventAnygi-gdk3 GI.Gdk.Structs.EventAny Construct a EventAny struct initialized to zero.
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 ]