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.

  1. getPrintOperationNPagesToPrint :: (MonadIO m, IsPrintOperation o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Get the value of the “n-pages-to-print” property. When overloading is enabled, this is equivalent to

    get printOperation #nPagesToPrint
    

  2. getPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #printSettings
    

  3. getPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #showProgress
    

  4. getPrintOperationStatus :: (MonadIO m, IsPrintOperation o) => o -> m PrintStatus

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #status
    

  5. getPrintOperationStatusString :: (MonadIO m, IsPrintOperation o) => o -> m Text

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #statusString
    

  6. getPrintOperationSupportSelection :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #supportSelection
    

  7. getPrintOperationTrackPrintStatus :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Get the value of the “track-print-status” property. When overloading is enabled, this is equivalent to

    get printOperation #trackPrintStatus
    

  8. getPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> m Unit

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #unit
    

  9. getPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Get the value of the “use-full-page” property. When overloading is enabled, this is equivalent to

    get printOperation #useFullPage
    

  10. onPrintOperationBeginPrint :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationBeginPrintCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Connect a signal handler for the beginPrint signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on printOperation #beginPrint callback
    

Page 260 of many | Previous | Next