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. printSettingsGetResolutionX :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_RESOLUTION_X. Since: 2.16

  2. printSettingsGetResolutionY :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_RESOLUTION_Y. Since: 2.16

  3. printSettingsGetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_REVERSE. Since: 2.10

  4. printSettingsGetScale :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Double

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_SCALE. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_USE_COLOR. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Returns True, if a value is associated with key. Since: 2.10

  7. printSettingsLoadFile :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [Char] -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. If the file could not be loaded then error is set to either a FileError or KeyFileError. See printSettingsToFile. Since: 2.14

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from the group groupName in keyFile. If the file could not be loaded then error is set to either a FileError or KeyFileError. Since: 2.14

  9. printSettingsNew :: (HasCallStack, MonadIO m) => m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Creates a new PrintSettings object. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. Returns a new PrintSettings 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 FileError or KeyFileError. See printSettingsToFile. Since: 2.12

Page 12 of many | Previous | Next