Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to
get printOperation #embedPageSetup
getPrintOperationNPages :: (MonadIO m, IsPrintOperation o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “n-pages” property. When overloading is enabled, this is equivalent to
get printOperation #nPages
getPrintOperationNPagesToPrint :: (MonadIO m, IsPrintOperation o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “n-pages-to-print” property. When overloading is enabled, this is equivalent to
get printOperation #nPagesToPrint
getPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “use-full-page” property. When overloading is enabled, this is equivalent to
get printOperation #useFullPage
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Connect a signal handler for the drawPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on printOperation #drawPage 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
printOperationDrawPageFinish :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Signalize that drawing of particular page is complete. It is called after completion of page drawing (e.g. drawing in another thread). If printOperationSetDeferDrawing was called before, then this function has to be called by application. In another case it is called by the library itself. Since: 2.16
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Returns the default page setup, see printOperationSetDefaultPageSetup. Since: 2.10
printOperationGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.PrintOperation Gets the value of PrintOperation:embedPageSetup property. Since: 2.18
printOperationGetNPagesToPrint :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.PrintOperation Returns the number of pages that will be printed. Note that this value is set during print preparation phase (PrintStatusPreparing), so this function should never be called before the data generation phase (PrintStatusGeneratingData). You can connect to the PrintOperation::statusChanged signal and call printOperationGetNPagesToPrint when print status is PrintStatusGeneratingData. This is typically used to track the progress of print operation. Since: 2.18