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-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the values of PRINT_SETTINGS_RESOLUTION, PRINT_SETTINGS_RESOLUTION_X and PRINT_SETTINGS_RESOLUTION_Y. Since: 2.16

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_REVERSE. Since: 2.10

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. printRunPageSetupDialog :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> m PageSetup

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned GtkPageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem.

  10. printRunPageSetupDialogAsync :: (HasCallStack, MonadIO m, IsWindow a, IsPageSetup b, IsPrintSettings c) => Maybe a -> Maybe b -> c -> PageSetupDoneFunc -> m ()

    gi-gtk4 GI.Gtk.Functions

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog.

Page 38 of many | Previous | Next