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-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “manual-capabilities” property. When overloading is enabled, this is equivalent to
get printUnixDialog #manualCapabilities
getPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “page-setup” property. When overloading is enabled, this is equivalent to
get printUnixDialog #pageSetup
getPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe PrintSettings)gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to
get printUnixDialog #printSettings
getPrintUnixDialogSelectedPrinter :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe Printer)gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “selected-printer” property. When overloading is enabled, this is equivalent to
get printUnixDialog #selectedPrinter
getPrintUnixDialogSupportSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “support-selection” property. When overloading is enabled, this is equivalent to
get printUnixDialog #supportSelection
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 ]