Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “show-progress” property. When overloading is enabled, this is equivalent to
set printOperation [ #showProgress := value ]
setPrintOperationSupportSelection :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “support-selection” property. When overloading is enabled, this is equivalent to
set printOperation [ #supportSelection := value ]
setPrintOperationTrackPrintStatus :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “track-print-status” property. When overloading is enabled, this is equivalent to
set printOperation [ #trackPrintStatus := value ]
setPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “unit” property. When overloading is enabled, this is equivalent to
set printOperation [ #unit := value ]
setPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “use-full-page” property. When overloading is enabled, this is equivalent to
set printOperation [ #useFullPage := value ]
toPrintOperation :: (MonadIO m, IsPrintOperation o) => o -> m PrintOperationgi-gtk3 GI.Gtk.Objects.PrintOperation Cast to PrintOperation, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf PrintSettings o) =>
IsPrintSettings ogi-gtk3 GI.Gtk.Objects.PrintSettings Type class for types which can be safely cast to PrintSettings, for instance with toPrintSettings.
toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettingsgi-gtk3 GI.Gtk.Objects.PrintSettings Cast to PrintSettings, for types for which this is known to be safe. For general casts, use castTo.
clearSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-print-backends” property to Nothing. When overloading is enabled, this is equivalent to
clear #gtkPrintBackends
clearSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-print-preview-command” property to Nothing. When overloading is enabled, this is equivalent to
clear #gtkPrintPreviewCommand