Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
-
gi-gtk4 GI.Gtk.Objects.PrintJob Connect a signal handler for the statusChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printJob #statusChanged callback
setPrintJobTrackPrintStatus :: (MonadIO m, IsPrintJob o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintJob Set the value of the “track-print-status” property. When overloading is enabled, this is equivalent to
set printJob [ #trackPrintStatus := value ]
toPrintJob :: (MonadIO m, IsPrintJob o) => o -> m PrintJobgi-gtk4 GI.Gtk.Objects.PrintJob Cast to PrintJob, for types for which this is known to be safe. For general casts, use castTo.