Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o) => o -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintDialog Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to
get printDialog #printSettings
printDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintDialog Returns the print settings for the print dialog. Since: 4.14
-
gi-gtk4 GI.Gtk.Objects.PrintDialog Sets the print settings for the print dialog. Since: 4.14
setPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o, IsPrintSettings a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to
set printDialog [ #printSettings := value ]
clearPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o) => o -> m ()gi-gtk4 GI.Gtk.Objects.PrintOperation Set the value of the “print-settings” property to Nothing. When overloading is enabled, this is equivalent to
clear #printSettings
-
gi-gtk4 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “print-settings” property. This is rarely needed directly, but it is used by new.
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
-
gi-gtk4 GI.Gtk.Objects.PrintOperation Returns the current print settings. Note that the return value is Nothing until either printOperationSetPrintSettings or printOperationRun have been called.
-
gi-gtk4 GI.Gtk.Objects.PrintOperation Sets the print settings for op. This is typically used to re-establish print settings from a previous print operation, see printOperationRun.
-
gi-gtk4 GI.Gtk.Objects.PrintOperation Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to
set printOperation [ #printSettings := value ]