Hoogle Search

Within LTS Haskell 24.8 (ghc-9.10.2)

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

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_SCALE. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_USE_COLOR. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    This function saves the print settings from settings to fileName. If the file could not be loaded then error is set to either a FileError or KeyFileError. Since: 2.12

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Serialize print settings to an a{sv} variant. Since: 3.22

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    This function adds the print settings from settings to keyFile. Since: 2.12

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

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

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

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

  8. printOperationPrintSettings :: (PrintOperationClass self, PrintSettingsClass printSettings) => ReadWriteAttr self PrintSettings printSettings

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    The PrintSettings used for initializing the dialog. Setting this property is typically used to re-establish print settings from a previous print operation, see printOperationRun. Since 2.10

  9. module Graphics.UI.Gtk.Printing.PrintSettings

    Stores print settings

    • Module available since Gtk+ version 2.10

  10. data PrintSettings

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    No documentation available.

Page 16 of many | Previous | Next