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. PrintStatusInitial :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The printing has not started yet; this status is set initially, and while the print dialog is shown.

  2. PrintStatusPending :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The print job has been sent to the printer, but is not printed for some reason, e.g. the printer may be stopped.

  3. PrintStatusPendingIssue :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

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

  4. PrintStatusPreparing :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

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

  5. PrintStatusPrinting :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The printer is processing the print job.

  6. PrintStatusSendingData :: PrintStatus

    gi-gtk3 GI.Gtk.Enums

    The print job is being sent off to the printer.

  7. data PropagationPhase

    gi-gtk3 GI.Gtk.Enums

    Describes the stage at which events are fed into a EventController. Since: 3.14

  8. PropagationPhaseBubble :: PropagationPhase

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

  9. PropagationPhaseCapture :: PropagationPhase

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

  10. PropagationPhaseNone :: PropagationPhase

    gi-gtk3 GI.Gtk.Enums

    Events are not delivered automatically. Those can be manually fed through eventControllerHandleEvent. This should only be used when full control about when, or whether the controller handles the event is needed.

Page 858 of many | Previous | Next