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. newtype PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Memory-managed wrapper type.

  2. PrintSettings :: ManagedPtr PrintSettings -> PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    No documentation available.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Copies a GtkPrintSettings object.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Calls func for each key-value pair of settings.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Looks up the string value associated with key.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_COLLATE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DEFAULT_SOURCE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_DITHER.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns the double value associated with key, or 0.

Page 26 of many | Previous | Next