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.

  1. setPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o, IsPrintSettings a) => o -> a -> m ()

    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 ]
    

  2. 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 ]
    

  3. toPrintUnixDialog :: (MonadIO m, IsPrintUnixDialog o) => o -> m PrintUnixDialog

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Cast to PrintUnixDialog, for types for which this is known to be safe. For general casts, use castTo.

  4. class (GObject o, IsDescendantOf Printer o) => IsPrinter o

    gi-gtk4 GI.Gtk.Objects.Printer

    Type class for types which can be safely cast to Printer, for instance with toPrinter.

  5. afterPrinterDetailsAcquired :: (IsPrinter a, MonadIO m) => a -> ((?self :: a) => PrinterDetailsAcquiredCallback) -> m SignalHandlerId

    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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. getPrinterAcceptingJobs :: (MonadIO m, IsPrinter o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Printer

    Get the value of the “accepting-jobs” property. When overloading is enabled, this is equivalent to

    get printer #acceptingJobs
    

Page 266 of many | Previous | Next