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.
printSettingsNew :: (HasCallStack, MonadIO m) => m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Creates a new GtkPrintSettings object.
printSettingsNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Reads the print settings from fileName. Returns a new GtkPrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either a GFileError or GKeyFileError. See printSettingsToFile.
printSettingsNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Deserialize print settings from an a{sv} variant. The variant must be in the format produced by printSettingsToGvariant.
printSettingsNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Reads the print settings from the group groupName in keyFile. Returns a new GtkPrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either GFileError or GKeyFileError.
printSettingsSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Maybe Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Associates value with key.
printSettingsSetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets key to a boolean value.
printSettingsSetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_COLLATE.
printSettingsSetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_DEFAULT_SOURCE.
printSettingsSetDither :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_DITHER.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Sets key to a double value.