Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #jobName := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #nPages := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #printSettings := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #showProgress := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #supportSelection := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #trackPrintStatus := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #unit := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #useFullPage := value ]
    

  9. toPrintOperation :: (MonadIO m, IsPrintOperation o) => o -> m PrintOperation

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

  10. class (GObject o, IsDescendantOf PrintSettings o) => IsPrintSettings o

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Type class for types which can be safely cast to PrintSettings, for instance with toPrintSettings.

Page 337 of many | Previous | Next