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.
getPrintOperationNPagesToPrint :: (MonadIO m, IsPrintOperation o) => o -> m Int32gi-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
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
getPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “show-progress” property. When overloading is enabled, this is equivalent to
get printOperation #showProgress
getPrintOperationStatus :: (MonadIO m, IsPrintOperation o) => o -> m PrintStatusgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “status” property. When overloading is enabled, this is equivalent to
get printOperation #status
getPrintOperationStatusString :: (MonadIO m, IsPrintOperation o) => o -> m Textgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “status-string” property. When overloading is enabled, this is equivalent to
get printOperation #statusString
getPrintOperationSupportSelection :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “support-selection” property. When overloading is enabled, this is equivalent to
get printOperation #supportSelection
getPrintOperationTrackPrintStatus :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-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
getPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> m Unitgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “unit” property. When overloading is enabled, this is equivalent to
get printOperation #unit
getPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-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
-
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