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.

  1. type DisplayOpenedCallback = IO ()

    gi-gdk4 GI.Gdk.Objects.Display

    Emitted when the connection to the windowing system for display is opened.

  2. type DisplaySeatAddedCallback = Seat -> IO ()

    gi-gdk4 GI.Gdk.Objects.Display

    Emitted whenever a new seat is made known to the windowing system.

  3. type DisplaySeatRemovedCallback = Seat -> IO ()

    gi-gdk4 GI.Gdk.Objects.Display

    Emitted whenever a seat is removed by the windowing system.

  4. type DisplaySettingChangedCallback = Text -> IO ()

    gi-gdk4 GI.Gdk.Objects.Display

    Emitted whenever a setting changes its value.

  5. type DisplayManagerDisplayOpenedCallback = Display -> IO ()

    gi-gdk4 GI.Gdk.Objects.DisplayManager

    Emitted when a display is opened.

  6. type DragCancelCallback = DragCancelReason -> IO ()

    gi-gdk4 GI.Gdk.Objects.Drag

    Emitted when the drag operation is cancelled.

  7. 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.

  8. type DragDropPerformedCallback = IO ()

    gi-gdk4 GI.Gdk.Objects.Drag

    Emitted when the drop operation is performed on an accepting client.

  9. type FrameClockAfterPaintCallback = IO ()

    gi-gdk4 GI.Gdk.Objects.FrameClock

    This signal ends processing of the frame. Applications should generally not handle this signal.

  10. type FrameClockBeforePaintCallback = IO ()

    gi-gdk4 GI.Gdk.Objects.FrameClock

    Begins processing of the frame. Applications should generally not handle this signal.

Page 620 of many | Previous | Next