Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the values of PRINT_SETTINGS_RESOLUTION, PRINT_SETTINGS_RESOLUTION_X and PRINT_SETTINGS_RESOLUTION_Y.
printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_REVERSE.
printSettingsSetScale :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Double -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_SCALE.
printSettingsSetUseColor :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_USE_COLOR.
printSettingsToFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [Char] -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings This function saves the print settings from settings to fileName. If the file could not be written then error is set to either a GFileError or GKeyFileError.
printSettingsToGvariant :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m GVariantgi-gtk4 GI.Gtk.Objects.PrintSettings Serialize print settings to an a{sv} variant.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings This function adds the print settings from settings to keyFile.
printSettingsUnset :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Removes any value associated with key. This has the same effect as setting the value to Nothing.
toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Cast to PrintSettings, for types for which this is known to be safe. For general casts, use castTo.
clearPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m ()gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “print-settings” property to Nothing. When overloading is enabled, this is equivalent to
clear #printSettings