Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printSettingsGetResolution :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_RESOLUTION.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_RESOLUTION_X.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_RESOLUTION_Y.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_REVERSE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_SCALE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_USE_COLOR.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Returns True, if a value is associated with key.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Reads the print settings from fileName. If the file could not be loaded then error is set to either a GFileError or GKeyFileError. See printSettingsToFile.

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

    gi-gtk4 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 GFileError or GKeyFileError.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Creates a new GtkPrintSettings object.

Page 72 of many | Previous | Next