Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetup

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the PageSetup that determines the page dimensions of the PrintContext. Since: 2.10

  2. printContextGetPangoFontmap :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m FontMap

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Returns a FontMap that is suitable for use with the PrintContext. Since: 2.10

  3. printContextGetWidth :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Obtains the width of the PrintContext, in pixels. Since: 2.10

  4. printContextSetCairoContext :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> Context -> Double -> Double -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintContext

    Sets a new cairo context on a print context. This function is intended to be used when implementing an internal print preview, it is not needed for printing, since GTK+ itself creates a suitable cairo context in that case. Since: 2.10

  5. printOperationCancel :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Cancels a running print operation. This function may be called from a PrintOperation::beginPrint, PrintOperation::paginate or PrintOperation::drawPage signal handler to stop the currently running print operation. Since: 2.10

  6. printOperationDrawPageFinish :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Signalize that drawing of particular page is complete. It is called after completion of page drawing (e.g. drawing in another thread). If printOperationSetDeferDrawing was called before, then this function has to be called by application. In another case it is called by the library itself. Since: 2.16

  7. printOperationGetDefaultPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m PageSetup

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Returns the default page setup, see printOperationSetDefaultPageSetup. Since: 2.10

  8. printOperationGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Gets the value of PrintOperation:embedPageSetup property. Since: 2.18

  9. printOperationGetError :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Call this when the result of a print operation is PrintOperationResultError, either as returned by printOperationRun, or in the PrintOperation::done signal handler. The returned GError will contain more details on what went wrong. Since: 2.10

  10. printOperationGetHasSelection :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Gets the value of PrintOperation:hasSelection property. Since: 2.18

Page 28 of many | Previous | Next