Hoogle Search
Within LTS Haskell 24.7 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printSettingsCopy :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintSettingsgi-gtk3 GI.Gtk.Objects.PrintSettings Copies a PrintSettings object. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Calls func for each key-value pair of settings. Since: 2.10
printSettingsGet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Textgi-gtk3 GI.Gtk.Objects.PrintSettings Looks up the string value associated with key. Since: 2.10
printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Boolgi-gtk3 GI.Gtk.Objects.PrintSettings Returns the boolean represented by the value that is associated with key. The string “true” represents True, any other string False. Since: 2.10
printSettingsGetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_COLLATE. Since: 2.10
printSettingsGetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Textgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DEFAULT_SOURCE. Since: 2.10
printSettingsGetDither :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Textgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DITHER. Since: 2.10
printSettingsGetDouble :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Doublegi-gtk3 GI.Gtk.Objects.PrintSettings Returns the double value associated with key, or 0. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Returns the floating point number represented by the value that is associated with key, or defaultVal if the value does not represent a floating point number. Floating point numbers are parsed with asciiStrtod. Since: 2.10
printSettingsGetDuplex :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintDuplexgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DUPLEX. Since: 2.10