Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

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

  3. setPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #currentPage := value ]
    

  4. setPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #embedPageSetup := value ]
    

  5. setPrintUnixDialogHasSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #hasSelection := value ]
    

  6. setPrintUnixDialogManualCapabilities :: (MonadIO m, IsPrintUnixDialog o) => o -> [PrintCapabilities] -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #manualCapabilities := value ]
    

  7. setPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #pageSetup := value ]
    

  8. setPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #printSettings := value ]
    

  9. setPrintUnixDialogSupportSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #supportSelection := value ]
    

  10. setProgressBarEllipsize :: (MonadIO m, IsProgressBar o) => o -> EllipsizeMode -> m ()

    gi-gtk4 GI.Gtk.Objects.ProgressBar

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

    set progressBar [ #ellipsize := value ]
    

Page 666 of many | Previous | Next