Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printUnixDialogGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets whether to embed the page setup.
printUnixDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets the page setup that is used by the GtkPrintUnixDialog.
printUnixDialogGetPageSetupSet :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets whether a page setup was set by the user.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the current page number. If currentPage is not -1, this enables the current page choice for the range of pages to print.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Embed page size combo box and orientation combo box into page setup page.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the page setup of the GtkPrintUnixDialog.
setPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “current-page” property. When overloading is enabled, this is equivalent to
set printUnixDialog [ #currentPage := value ]
setPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to
set printUnixDialog [ #embedPageSetup := value ]
setPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o, IsPageSetup a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “page-setup” property. When overloading is enabled, this is equivalent to
set printUnixDialog [ #pageSetup := value ]
printerGetDefaultPageSize :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.Printer Returns default page size of printer.