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.
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 “print-settings” 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 “show-progress” 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 “support-selection” 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 “track-print-status” property. This is rarely needed directly, but it is used by new.
constructPrintOperationUnit :: (IsPrintOperation o, MonadIO m) => Unit -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “unit” 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.
getPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “allow-async” property. When overloading is enabled, this is equivalent to
get printOperation #allowAsync
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
getPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.PrintOperation Get the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to
get printOperation #customTabLabel