Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPrintDialogModal :: (MonadIO m, IsPrintDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set printDialog [ #modal := value ]
setPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o, IsPageSetup a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “page-setup” property. When overloading is enabled, this is equivalent to
set printDialog [ #pageSetup := value ]
setPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o, IsPrintSettings a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to
set printDialog [ #printSettings := value ]
setPrintDialogTitle :: (MonadIO m, IsPrintDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.PrintDialog Set the value of the “title” property. When overloading is enabled, this is equivalent to
set printDialog [ #title := value ]
toPrintDialog :: (MonadIO m, IsPrintDialog o) => o -> m PrintDialoggi-gtk4 GI.Gtk.Objects.PrintDialog Cast to PrintDialog, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf PrintJob o) =>
IsPrintJob ogi-gtk4 GI.Gtk.Objects.PrintJob Type class for types which can be safely cast to PrintJob, for instance with toPrintJob.
-
gi-gtk4 GI.Gtk.Objects.PrintJob Connect a signal handler for the statusChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printJob #statusChanged callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. constructPrintJobPageSetup :: (IsPrintJob o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.
constructPrintJobPrinter :: (IsPrintJob o, MonadIO m, IsPrinter a) => a -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “printer” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintJob Construct a GValueConstruct with valid value for the “settings” property. This is rarely needed directly, but it is used by new.