Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o) => o -> m ()gi-gtk3 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-gtk3 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 PrintSettingsgi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to
get printOperation #printSettings
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Returns the current print settings. Note that the return value is Nothing until either printOperationSetPrintSettings or printOperationRun have been called. Since: 2.10
-
gi-gtk3 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. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to
set printOperation [ #printSettings := value ]
module GI.Gtk.Objects.
PrintSettings A GtkPrintSettings object represents the settings of a print dialog in a system-independent way. The main use for this object is that once you’ve printed you can get a settings object that represents the settings the user chose, and the next time you print you can pass that object in so that the user doesn’t have to re-set all his settings. Its also possible to enumerate the settings so that you can easily save the settings for the next time your app runs, or even store them in a document. The predefined keys try to use shared values as much as possible so that moving such a document between systems still works. Printing support was added in GTK+ 2.10.
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.
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Memory-managed wrapper type.
PrintSettings :: ManagedPtr PrintSettings -> PrintSettingsgi-gtk3 GI.Gtk.Objects.PrintSettings No documentation available.