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.
-
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 ]
setPrintUnixDialogSupportSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Set the value of the “support-selection” property. When overloading is enabled, this is equivalent to
set printUnixDialog [ #supportSelection := value ]
toPrintUnixDialog :: (MonadIO m, IsPrintUnixDialog o) => o -> m PrintUnixDialoggi-gtk4 GI.Gtk.Objects.PrintUnixDialog Cast to PrintUnixDialog, for types for which this is known to be safe. For general casts, use castTo.
class (GObject o, IsDescendantOf Printer o) =>
IsPrinter ogi-gtk4 GI.Gtk.Objects.Printer Type class for types which can be safely cast to Printer, for instance with toPrinter.
-
gi-gtk4 GI.Gtk.Objects.Printer Connect a signal handler for the detailsAcquired signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after printer #detailsAcquired 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. constructPrinterAcceptsPdf :: (IsPrinter o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Printer Construct a GValueConstruct with valid value for the “accepts-pdf” property. This is rarely needed directly, but it is used by new.
constructPrinterAcceptsPs :: (IsPrinter o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Printer Construct a GValueConstruct with valid value for the “accepts-ps” property. This is rarely needed directly, but it is used by new.
constructPrinterIsVirtual :: (IsPrinter o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Printer Construct a GValueConstruct with valid value for the “is-virtual” property. This is rarely needed directly, but it is used by new.
constructPrinterName :: (IsPrinter o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Printer Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.
getPrinterAcceptingJobs :: (MonadIO m, IsPrinter o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Printer Get the value of the “accepting-jobs” property. When overloading is enabled, this is equivalent to
get printer #acceptingJobs