Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. printOperationSetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Embed page size combo box and orientation combo box into page setup page. Selected page setup is stored as default page setup in PrintOperation. Since: 2.18

  2. printOperationSetNPages :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Sets the number of pages in the document. This must be set to a positive number before the rendering starts. It may be set in a PrintOperation::beginPrint signal hander. Note that the page numbers passed to the PrintOperation::requestPageSetup and PrintOperation::drawPage signals are 0-based, i.e. if the user chooses to print all pages, the last drawPage signal will be for page nPages - 1. Since: 2.10

  3. printOperationSetUseFullPage :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    If fullPage is True, the transformation for the cairo context obtained from PrintContext puts the origin at the top left corner of the page (which may not be the top left corner of the sheet, depending on page orientation and the number of pages per sheet). Otherwise, the origin is at the top left corner of the imageable area (i.e. inside the margins). Since: 2.10

  4. setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “current-page” property. When overloading is enabled, this is equivalent to

    set printOperation [ #currentPage := value ]
    

  5. setPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o, IsPageSetup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to

    set printOperation [ #defaultPageSetup := value ]
    

  6. setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to

    set printOperation [ #embedPageSetup := value ]
    

  7. setPrintOperationNPages :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “n-pages” property. When overloading is enabled, this is equivalent to

    set printOperation [ #nPages := value ]
    

  8. setPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “use-full-page” property. When overloading is enabled, this is equivalent to

    set printOperation [ #useFullPage := value ]
    

  9. printSettingsGetPageRanges :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m [PageRange]

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_PAGE_RANGES. Since: 2.10

  10. printSettingsGetPageSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PageSet

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_PAGE_SET. Since: 2.10

Page 309 of many | Previous | Next