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.

  1. 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.

  2. 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.

  3. constructPrintJobSettings :: (IsPrintJob o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    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.

  4. 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.

  5. 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.

  6. 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
    

  7. getPrintJobPrinter :: (MonadIO m, IsPrintJob o) => o -> m Printer

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Get the value of the “printer” property. When overloading is enabled, this is equivalent to

    get printJob #printer
    

  8. getPrintJobSettings :: (MonadIO m, IsPrintJob o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Get the value of the “settings” property. When overloading is enabled, this is equivalent to

    get printJob #settings
    

  9. getPrintJobTitle :: (MonadIO m, IsPrintJob o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Get the value of the “title” property. When overloading is enabled, this is equivalent to

    get printJob #title
    

  10. getPrintJobTrackPrintStatus :: (MonadIO m, IsPrintJob o) => o -> m Bool

    gi-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
    

Page 346 of many | Previous | Next