Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. printUnixDialogSetHasSelection :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets whether a selection exists.

  2. printUnixDialogSetManualCapabilities :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> [PrintCapabilities] -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    This lets you specify the printing capabilities your application supports. For instance, if you can handle scaling the output then you pass PrintCapabilitiesScale. If you don’t pass that, then the dialog will only let you select the scale if the printing system automatically handles scaling.

  3. printUnixDialogSetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsPageSetup b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the page setup of the GtkPrintUnixDialog.

  4. printUnixDialogSetSettings :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsPrintSettings b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the GtkPrintSettings for the GtkPrintUnixDialog. Typically, this is used to restore saved print settings from a previous print operation before the print dialog is shown.

  5. printUnixDialogSetSupportSelection :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets whether the print dialog allows user to print a selection.

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

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer accepts input in PDF format.

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

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns whether the printer accepts input in PostScript format.

  8. printerCompare :: (HasCallStack, MonadIO m, IsPrinter a, IsPrinter b) => a -> b -> m Int32

    gi-gtk4 GI.Gtk.Objects.Printer

    Compares two printers.

  9. printerGetBackend :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PrintBackend

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns the backend of the printer.

  10. printerGetCapabilities :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m [PrintCapabilities]

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns the printer’s capabilities. This is useful when you’re using GtkPrintUnixDialog’s manual-capabilities setting and need to know which settings the printer can handle and which you must handle yourself. This will return 0 unless the printer’s details are available, see printerHasDetails and printerRequestDetails.

Page 78 of many | Previous | Next