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. printerRequestDetails :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m ()

    gi-gtk4 GI.Gtk.Objects.Printer

    Requests the printer details. When the details are available, the Printer::detailsAcquired signal will be emitted on printer.

  2. printSetupGetPageSetup :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PageSetup)

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Returns the page setup of setup. It may be different from the GtkPrintDialog's page setup if the user changed it during the setup process. Since: 4.14

  3. printSetupGetPrintSettings :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Returns the print settings of setup. They may be different from the GtkPrintDialog's settings if the user changed them during the setup process. Since: 4.14

  4. printSetupRef :: (HasCallStack, MonadIO m) => PrintSetup -> m PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Increase the reference count of setup. Since: 4.14

  5. printSetupUnref :: (HasCallStack, MonadIO m) => PrintSetup -> m ()

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Decrease the reference count of setup. If the reference count reaches zero, the object is freed. Since: 4.14

  6. printfG :: forall (m :: Type -> Type) . String -> [GVal m] -> String

    ginger Text.Ginger.Run.Builtins

    No documentation available.

  7. printfa :: PrintfType t => String -> [PrintfArgT] -> t

    ginger Text.PrintfA

    No documentation available.

  8. printContextCreatePangoContext :: PrintContextClass self => self -> IO PangoContext

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Creates a new Context that can be used with the PrintContext.

  9. printContextCreatePangoLayout :: PrintContextClass self => self -> IO PangoLayout

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Creates a new PangoLayout that is suitable for use with the PrintContext.

  10. printContextGetCairoContext :: PrintContextClass self => self -> IO Cairo

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Obtains the cairo context that is associated with the PrintContext.

Page 60 of many | Previous | Next