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.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DUPLEX.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_FINISHINGS.

  4. printSettingsGetInt :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns the integer value of key, or 0.

  5. printSettingsGetIntWithDefault :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Int32 -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns the value of key, interpreted as an integer, or the default value.

  6. printSettingsGetLength :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> Unit -> m Double

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns the value associated with key, interpreted as a length. The returned value is converted to units.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_MEDIA_TYPE. The set of media types is defined in PWG 5101.1-2002 PWG.

  8. printSettingsGetNCopies :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_N_COPIES.

  9. printSettingsGetNumberUp :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP.

  10. printSettingsGetNumberUpLayout :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m NumberUpLayout

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_NUMBER_UP_LAYOUT.

Page 27 of many | Previous | Next