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.

  1. printSettingsCopy :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Copies a PrintSettings object. Since: 2.10

  2. printSettingsForeach :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PrintSettingsFunc -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Calls func for each key-value pair of settings. Since: 2.10

  3. printSettingsGet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Text

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Looks up the string value associated with key. Since: 2.10

  4. printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Bool

    gi-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

  5. printSettingsGetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_COLLATE. Since: 2.10

  6. printSettingsGetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Text

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DEFAULT_SOURCE. Since: 2.10

  7. printSettingsGetDither :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Text

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DITHER. Since: 2.10

  8. printSettingsGetDouble :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Returns the double value associated with key, or 0. Since: 2.10

  9. printSettingsGetDoubleWithDefault :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Double -> m Double

    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

  10. printSettingsGetDuplex :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintDuplex

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DUPLEX. Since: 2.10

Page 9 of many | Previous | Next