Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clearPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “default-page-setup” property to Nothing. When overloading is enabled, this is equivalent to
clear #defaultPageSetup
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “current-page” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “default-page-setup” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “embed-page-setup” property. This is rarely needed directly, but it is used by new.
constructPrintOperationNPages :: (IsPrintOperation o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “n-pages” property. This is rarely needed directly, but it is used by new.
-
gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “use-full-page” property. This is rarely needed directly, but it is used by new.
getPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “current-page” property. When overloading is enabled, this is equivalent to
get printOperation #currentPage
getPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m PageSetupgi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to
get printOperation #defaultPageSetup
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