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