Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printerGetName :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Text

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns the name of the printer.

  2. printerGetStateMessage :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Text

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns the state message describing the current state of the printer.

  3. printerHasDetails :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer details are available.

  4. printerIsAcceptingJobs :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer is accepting jobs

  5. printerIsActive :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer is currently active (i.e. accepts new jobs).

  6. printerIsDefault :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer is the default printer.

  7. printerIsPaused :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer is currently paused. A paused printer still accepts jobs, but it is not printing them.

  8. printerIsVirtual :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer is virtual (i.e. does not represent actual printer hardware, but something like a CUPS class).

  9. printerListPapers :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m [PageSetup]

    gi-gtk4 GI.Gtk.Objects.Printer

    Lists all the paper sizes printer supports. This will return and empty list unless the printer’s details are available, see printerHasDetails and printerRequestDetails.

  10. printerNew :: (HasCallStack, MonadIO m) => Text -> PrintBackend -> Bool -> m Printer

    gi-gtk4 GI.Gtk.Objects.Printer

    Creates a new GtkPrinter.

Page 59 of many | Previous | Next