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.
printOperationSetUseFullPage :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintOperation If fullPage is True, the transformation for the cairo context obtained from GtkPrintContext puts the origin at the top left corner of the page. This may not be the top left corner of the sheet, depending on page orientation and the number of pages per sheet). Otherwise, the origin is at the top left corner of the imageable area (i.e. inside the margins).
printSettingsCopy :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintSettingsgi-gtk4 GI.Gtk.Objects.PrintSettings Copies a GtkPrintSettings object.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Calls func for each key-value pair of settings.
printSettingsGet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.PrintSettings Looks up the string value associated with key.
printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Returns the boolean represented by the value that is associated with key. The string “true” represents True, any other string False.
printSettingsGetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_COLLATE.
printSettingsGetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DEFAULT_SOURCE.
printSettingsGetDither :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DITHER.
printSettingsGetDouble :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Doublegi-gtk4 GI.Gtk.Objects.PrintSettings Returns the double value associated with key, or 0.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Returns the floating point number represented by the value that is associated with key, or defaultVal if the value does not represent a floating point number. Floating point numbers are parsed with asciiStrtod.