Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #exportFilename := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #hasSelection := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #jobName := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #nPages := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #printSettings := value ]
    

  6. setPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #showProgress := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #supportSelection := value ]
    

  8. setPrintOperationTrackPrintStatus :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #trackPrintStatus := value ]
    

  9. setPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> Unit -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #unit := value ]
    

  10. setPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #useFullPage := value ]
    

Page 134 of many | Previous | Next