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.
-
gi-gtk4 GI.Gtk.Objects.PrintDialog Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.
getPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o) => o -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “page-setup” property. When overloading is enabled, this is equivalent to
get printDialog #pageSetup
printDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the page setup. Since: 4.14
-
gi-gtk4 GI.Gtk.Objects.PrintDialog Set the page setup for the print dialog. Since: 4.14
setPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o, IsPageSetup a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “page-setup” property. When overloading is enabled, this is equivalent to
set printDialog [ #pageSetup := value ]
constructPrintJobPageSetup :: (IsPrintJob o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.
getPrintJobPageSetup :: (MonadIO m, IsPrintJob o) => o -> m (Maybe PageSetup)gi-gtk4 GI.Gtk.Objects.PrintJob Get the value of the “page-setup” property. When overloading is enabled, this is equivalent to
get printJob #pageSetup
printJobGetPageRanges :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m [PageRange]gi-gtk4 GI.Gtk.Objects.PrintJob Gets the page ranges for this job.
printJobGetPageSet :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PageSetgi-gtk4 GI.Gtk.Objects.PrintJob Gets the GtkPageSet setting for this job.
printJobGetPages :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintPagesgi-gtk4 GI.Gtk.Objects.PrintJob Gets the GtkPrintPages setting for this job.