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.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the endPrint signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #endPrint callback
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the paginate signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #paginate callback
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the preview signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #preview callback
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the requestPageSetup signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #requestPageSetup callback
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the statusChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #statusChanged callback
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the updateCustomWidget signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #updateCustomWidget callback
setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “allow-async” property. When overloading is enabled, this is equivalent to
set printOperation [ #allowAsync := value ]
setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “current-page” property. When overloading is enabled, this is equivalent to
set printOperation [ #currentPage := value ]
setPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to
set printOperation [ #customTabLabel := value ]
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to
set printOperation [ #defaultPageSetup := value ]