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.
printSettingsGetQuality :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintQualitygi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_QUALITY.
printSettingsGetResolution :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_RESOLUTION.
printSettingsGetResolutionX :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_RESOLUTION_X.
printSettingsGetResolutionY :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_RESOLUTION_Y.
printSettingsGetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_REVERSE.
printSettingsGetScale :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Doublegi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_SCALE.
printSettingsGetUseColor :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_USE_COLOR.
printSettingsHasKey :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Returns True, if a value is associated with key.
printSettingsLoadFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [Char] -> m ()gi-gtk4 GI.Gtk.Objects.PrintSettings Reads the print settings from fileName. If the file could not be loaded then error is set to either a GFileError or GKeyFileError. See printSettingsToFile.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Reads the print settings from the group groupName in keyFile. If the file could not be loaded then error is set to either a GFileError or GKeyFileError.