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. setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “allow-async” property. When overloading is enabled, this is equivalent to

    set printOperation [ #allowAsync := value ]
    

  2. setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “current-page” property. When overloading is enabled, this is equivalent to

    set printOperation [ #currentPage := value ]
    

  3. setPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to

    set printOperation [ #customTabLabel := value ]
    

  4. setPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to

    set printOperation [ #defaultPageSetup := value ]
    

  5. setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to

    set printOperation [ #embedPageSetup := value ]
    

  6. setPrintOperationExportFilename :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “export-filename” property. When overloading is enabled, this is equivalent to

    set printOperation [ #exportFilename := value ]
    

  7. setPrintOperationHasSelection :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “has-selection” property. When overloading is enabled, this is equivalent to

    set printOperation [ #hasSelection := value ]
    

  8. setPrintOperationJobName :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “job-name” property. When overloading is enabled, this is equivalent to

    set printOperation [ #jobName := value ]
    

  9. setPrintOperationNPages :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “n-pages” property. When overloading is enabled, this is equivalent to

    set printOperation [ #nPages := value ]
    

  10. setPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to

    set printOperation [ #printSettings := value ]
    

Page 262 of many | Previous | Next