Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
DisplayOpenedCallback = IO ()gi-gdk4 GI.Gdk.Objects.Display Emitted when the connection to the windowing system for display is opened.
type
DisplaySeatAddedCallback = Seat -> IO ()gi-gdk4 GI.Gdk.Objects.Display Emitted whenever a new seat is made known to the windowing system.
type
DisplaySeatRemovedCallback = Seat -> IO ()gi-gdk4 GI.Gdk.Objects.Display Emitted whenever a seat is removed by the windowing system.
type
DisplaySettingChangedCallback = Text -> IO ()gi-gdk4 GI.Gdk.Objects.Display Emitted whenever a setting changes its value.
type
DisplayManagerDisplayOpenedCallback = Display -> IO ()gi-gdk4 GI.Gdk.Objects.DisplayManager Emitted when a display is opened.
type
DragCancelCallback = DragCancelReason -> IO ()gi-gdk4 GI.Gdk.Objects.Drag Emitted when the drag operation is cancelled.
type
DragDndFinishedCallback = IO ()gi-gdk4 GI.Gdk.Objects.Drag Emitted when the destination side has finished reading all data. The drag object can now free all miscellaneous data.
type
DragDropPerformedCallback = IO ()gi-gdk4 GI.Gdk.Objects.Drag Emitted when the drop operation is performed on an accepting client.
type
FrameClockAfterPaintCallback = IO ()gi-gdk4 GI.Gdk.Objects.FrameClock This signal ends processing of the frame. Applications should generally not handle this signal.
type
FrameClockBeforePaintCallback = IO ()gi-gdk4 GI.Gdk.Objects.FrameClock Begins processing of the frame. Applications should generally not handle this signal.