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.
setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.PrintOperation Set the value of the “current-page” property. When overloading is enabled, this is equivalent to
set printOperation [ #currentPage := value ]
-
gi-gtk4 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 ]
setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk4 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 ]
setPrintOperationNPages :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.PrintOperation Set the value of the “n-pages” property. When overloading is enabled, this is equivalent to
set printOperation [ #nPages := value ]
setPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk4 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 ]
printSettingsGetPageRanges :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m [PageRange]gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_PAGE_RANGES.
printSettingsGetPageSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PageSetgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_PAGE_SET.
printSettingsGetPrintPages :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintPagesgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_PRINT_PAGES.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_PAGE_RANGES.
printSettingsSetPageSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PageSet -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_PAGE_SET.