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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the values of PRINT_SETTINGS_RESOLUTION, PRINT_SETTINGS_RESOLUTION_X and PRINT_SETTINGS_RESOLUTION_Y.

  2. printSettingsSetReverse :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_REVERSE.

  3. printSettingsSetScale :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_SCALE.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_USE_COLOR.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    This function saves the print settings from settings to fileName. If the file could not be written then error is set to either a GFileError or GKeyFileError.

  6. printSettingsToGvariant :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m GVariant

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Serialize print settings to an a{sv} variant.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    This function adds the print settings from settings to keyFile.

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Removes any value associated with key. This has the same effect as setting the value to Nothing.

  9. toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Cast to PrintSettings, for types for which this is known to be safe. For general casts, use castTo.

  10. clearPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Set the value of the “print-settings” property to Nothing. When overloading is enabled, this is equivalent to

    clear #printSettings
    

Page 33 of many | Previous | Next