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. printSettingsNew :: (HasCallStack, MonadIO m) => m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Creates a new GtkPrintSettings object.

  2. printSettingsNewFromFile :: (HasCallStack, MonadIO m) => [Char] -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. Returns a new GtkPrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either a GFileError or GKeyFileError. See printSettingsToFile.

  3. printSettingsNewFromGvariant :: (HasCallStack, MonadIO m) => GVariant -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Deserialize print settings from an a{sv} variant. The variant must be in the format produced by printSettingsToGvariant.

  4. printSettingsNewFromKeyFile :: (HasCallStack, MonadIO m) => KeyFile -> Maybe Text -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Reads the print settings from the group groupName in keyFile. Returns a new GtkPrintSettings object with the restored settings, or Nothing if an error occurred. If the file could not be loaded then error is set to either GFileError or GKeyFileError.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Associates value with key.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets key to a boolean value.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_COLLATE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_DEFAULT_SOURCE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_DITHER.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets key to a double value.

Page 30 of many | Previous | Next