Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. printRunPageSetupDialogAsync :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> PageSetupDoneFunc -> m ()

    gi-gtk3 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog. Since: 2.10

  2. printOperationPreviewEndPreview :: (HasCallStack, MonadIO m, IsPrintOperationPreview a) => a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Ends a preview. This function must be called to finish a custom print preview. Since: 2.10

  3. printOperationPreviewIsSelected :: (HasCallStack, MonadIO m, IsPrintOperationPreview a) => a -> Int32 -> m Bool

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Returns whether the given page is included in the set of pages that have been selected for printing. Since: 2.10

  4. printOperationPreviewRenderPage :: (HasCallStack, MonadIO m, IsPrintOperationPreview a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Renders a page to the preview, using the print context that was passed to the PrintOperation::preview handler together with preview. A custom iprint preview should use this function in its expose handler to render the currently selected page. Note that this function requires a suitable cairo context to be associated with the print context. Since: 2.10

  5. printContextCreatePangoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Context

    gi-gtk3 GI.Gtk.Objects.PrintContext

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

  6. printContextCreatePangoLayout :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Layout

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Creates a new Layout that is suitable for use with the PrintContext. Since: 2.10

  7. printContextGetCairoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Context

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the cairo context that is associated with the PrintContext. Since: 2.10

  8. printContextGetDpiX :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the horizontal resolution of the PrintContext, in dots per inch. Since: 2.10

  9. printContextGetDpiY :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the vertical resolution of the PrintContext, in dots per inch. Since: 2.10

  10. printContextGetHardMargins :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m (Bool, Double, Double, Double, Double)

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the hardware printer margins of the PrintContext, in units. Since: 2.20

Page 27 of many | Previous | Next