Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. PrintStatusPendingIssue :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    Some problem has occurred during printing, e.g. a paper jam.

  2. PrintStatusPreparing :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    This status is set while the begin-print signal is emitted and during pagination.

  3. PrintStatusPrinting :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    The printer is processing the print job.

  4. PrintStatusSendingData :: PrintStatus

    gi-gtk4 GI.Gtk.Enums

    The print job is being sent off to the printer.

  5. data PropagationLimit

    gi-gtk4 GI.Gtk.Enums

    Describes limits of a [classeventController] for handling events targeting other widgets.

  6. PropagationLimitNone :: PropagationLimit

    gi-gtk4 GI.Gtk.Enums

    Events are handled regardless of what their target is.

  7. PropagationLimitSameNative :: PropagationLimit

    gi-gtk4 GI.Gtk.Enums

    Events are only handled if their target is in the same [ifacenative] as the event controllers widget. Note that some event types have two targets (origin and destination).

  8. data PropagationPhase

    gi-gtk4 GI.Gtk.Enums

    Describes the stage at which events are fed into a [classeventController].

  9. PropagationPhaseBubble :: PropagationPhase

    gi-gtk4 GI.Gtk.Enums

    Events are delivered in the bubble phase. The bubble phase happens after the capture phase, and before the default handlers are run. This phase runs from the event widget, up to the toplevel.

  10. PropagationPhaseCapture :: PropagationPhase

    gi-gtk4 GI.Gtk.Enums

    Events are delivered in the capture phase. The capture phase happens before the bubble phase, runs from the toplevel down to the event widget. This option should only be used on containers that might possibly handle events before their children do.

Page 880 of many | Previous | Next