Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. enumeratePrinters :: (HasCallStack, MonadIO m) => PrinterFunc -> Bool -> m ()

    gi-gtk4 GI.Gtk.Functions

    Calls a function for all GtkPrinters. If func returns True, the enumeration is stopped.

  2. class (GObject o, IsDescendantOf PrintOperationPreview o) => IsPrintOperationPreview o

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Type class for types which can be safely cast to PrintOperationPreview, for instance with toPrintOperationPreview.

  3. afterPrintOperationPreviewGotPageSize :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewGotPageSizeCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the gotPageSize signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after printOperationPreview #gotPageSize callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  4. afterPrintOperationPreviewReady :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewReadyCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the ready signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after printOperationPreview #ready callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  5. onPrintOperationPreviewGotPageSize :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewGotPageSizeCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the gotPageSize signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on printOperationPreview #gotPageSize callback
    

  6. onPrintOperationPreviewReady :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewReadyCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the ready signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on printOperationPreview #ready callback
    

  7. toPrintOperationPreview :: (MonadIO m, IsPrintOperationPreview o) => o -> m PrintOperationPreview

    gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview

    Cast to PrintOperationPreview, for types for which this is known to be safe. For general casts, use castTo.

  8. pageSetupUnixDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a) => a -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Gets the current print settings from the dialog.

  9. pageSetupUnixDialogSetPrintSettings :: (HasCallStack, MonadIO m, IsPageSetupUnixDialog a, IsPrintSettings b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

    Sets the GtkPrintSettings from which the page setup dialog takes its values.

  10. class (GObject o, IsDescendantOf PrintContext o) => IsPrintContext o

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Type class for types which can be safely cast to PrintContext, for instance with toPrintContext.

Page 343 of many | Previous | Next