Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Sets whether selection is supported by PrintOperation. Since: 2.18
-
gi-gtk3 GI.Gtk.Objects.PrintOperation If track_status is True, the print operation will try to continue report on the status of the print job in the printer queues and printer. This can allow your application to show things like “out of paper” issues, and when the print job actually reaches the printer. This function is often implemented using some form of polling, so it should not be enabled unless needed. Since: 2.10
printOperationSetUnit :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Unit -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Sets up the transformation for the cairo context obtained from PrintContext in such a way that distances are measured in units of unit. Since: 2.10
printOperationSetUseFullPage :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation If fullPage is True, the transformation for the cairo context obtained from PrintContext puts the origin at the top left corner of the page (which 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). Since: 2.10
printSettingsCopy :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintSettingsgi-gtk3 GI.Gtk.Objects.PrintSettings Copies a PrintSettings object. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Calls func for each key-value pair of settings. Since: 2.10
printSettingsGet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Textgi-gtk3 GI.Gtk.Objects.PrintSettings Looks up the string value associated with key. Since: 2.10
printSettingsGetBool :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> Text -> m Boolgi-gtk3 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. Since: 2.10
printSettingsGetCollate :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_COLLATE. Since: 2.10
printSettingsGetDefaultSource :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m Textgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_DEFAULT_SOURCE. Since: 2.10