Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printSettingsSetQuality :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PrintQuality -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_QUALITY. Since: 2.10
printSettingsSetResolution :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the values of PRINT_SETTINGS_RESOLUTION, PRINT_SETTINGS_RESOLUTION_X and PRINT_SETTINGS_RESOLUTION_Y. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the values of PRINT_SETTINGS_RESOLUTION, PRINT_SETTINGS_RESOLUTION_X and PRINT_SETTINGS_RESOLUTION_Y. Since: 2.16
printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_REVERSE. Since: 2.10
printSettingsSetScale :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Double -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_SCALE. Since: 2.10
printSettingsSetUseColor :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_USE_COLOR. Since: 2.10
printSettingsToFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [Char] -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings This function saves the print settings from settings to fileName. If the file could not be loaded then error is set to either a FileError or KeyFileError. Since: 2.12
printSettingsToGvariant :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m GVariantgi-gtk3 GI.Gtk.Objects.PrintSettings Serialize print settings to an a{sv} variant. Since: 3.22
-
gi-gtk3 GI.Gtk.Objects.PrintSettings This function adds the print settings from settings to keyFile. Since: 2.12
printSettingsUnset :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.PrintSettings Removes any value associated with key. This has the same effect as setting the value to Nothing. Since: 2.10