Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
constructPrintJobPrinter :: (IsPrintJob o, MonadIO m, IsPrinter a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “printer” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “settings” property. This is rarely needed directly, but it is used by new.
constructPrintJobTitle :: (IsPrintJob o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.
constructPrintJobTrackPrintStatus :: (IsPrintJob o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “track-print-status” 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
getPrintJobPrinter :: (MonadIO m, IsPrintJob o) => o -> m Printergi-gtk4 GI.Gtk.Objects.PrintJob Get the value of the “printer” property. When overloading is enabled, this is equivalent to
get printJob #printer
getPrintJobSettings :: (MonadIO m, IsPrintJob o) => o -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintJob Get the value of the “settings” property. When overloading is enabled, this is equivalent to
get printJob #settings
getPrintJobTitle :: (MonadIO m, IsPrintJob o) => o -> m Textgi-gtk4 GI.Gtk.Objects.PrintJob Get the value of the “title” property. When overloading is enabled, this is equivalent to
get printJob #title
getPrintJobTrackPrintStatus :: (MonadIO m, IsPrintJob o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintJob Get the value of the “track-print-status” property. When overloading is enabled, this is equivalent to
get printJob #trackPrintStatus