Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Construct a GValueConstruct with valid value for the “print-settings” property. This is rarely needed directly, but it is used by new.
getPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe PrintSettings)gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to
get printUnixDialog #printSettings
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to
set printUnixDialog [ #printSettings := value ]
module GI.Gtk.Structs.
PrintSetup A GtkPrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing. A print setup is obtained by calling printDialogSetup, and can later be passed to print functions such as printDialogPrint. Print setups can be reused for multiple print calls. Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them. Since: 4.14
-
gi-gtk4 GI.Gtk.Structs.PrintSetup Memory-managed wrapper type.
PrintSetup :: ManagedPtr PrintSetup -> PrintSetupgi-gtk4 GI.Gtk.Structs.PrintSetup No documentation available.
printSetupGetPageSetup :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PageSetup)gi-gtk4 GI.Gtk.Structs.PrintSetup Returns the page setup of setup. It may be different from the GtkPrintDialog's page setup if the user changed it during the setup process. Since: 4.14
printSetupGetPrintSettings :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PrintSettings)gi-gtk4 GI.Gtk.Structs.PrintSetup Returns the print settings of setup. They may be different from the GtkPrintDialog's settings if the user changed them during the setup process. Since: 4.14
printSetupRef :: (HasCallStack, MonadIO m) => PrintSetup -> m PrintSetupgi-gtk4 GI.Gtk.Structs.PrintSetup Increase the reference count of setup. Since: 4.14
printSetupUnref :: (HasCallStack, MonadIO m) => PrintSetup -> m ()gi-gtk4 GI.Gtk.Structs.PrintSetup Decrease the reference count of setup. If the reference count reaches zero, the object is freed. Since: 4.14