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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #showProgress := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #supportSelection := value ]
    

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

    gi-gtk4 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 ]
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #unit := value ]
    

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

    gi-gtk4 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 ]
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

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

  8. toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

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

  9. class (GObject o, IsDescendantOf PrintUnixDialog o) => IsPrintUnixDialog o

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Type class for types which can be safely cast to PrintUnixDialog, for instance with toPrintUnixDialog.

  10. clearPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    clear #printSettings
    

Page 263 of many | Previous | Next