Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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. printUnixDialogAddCustomTab :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsWidget b, IsWidget c) => a -> b -> c -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Adds a custom tab to the print dialog.

  10. printUnixDialogGetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the current page of the GtkPrintUnixDialog.

Page 55 of many | Previous | Next