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

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

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

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

  5. toPrintDialog :: (MonadIO m, IsPrintDialog o) => o -> m PrintDialog

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

  6. class (GObject o, IsDescendantOf PrintJob o) => IsPrintJob o

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Type class for types which can be safely cast to PrintJob, for instance with toPrintJob.

  7. afterPrintJobStatusChanged :: (IsPrintJob a, MonadIO m) => a -> ((?self :: a) => PrintJobStatusChangedCallback) -> m SignalHandlerId

    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.

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

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

  10. constructPrintJobSettings :: (IsPrintJob o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    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.

Page 254 of many | Previous | Next