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.
-
gi-gtk4 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_PRINT_PAGES.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Construct a GValueConstruct with valid value for the “current-page” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Construct a GValueConstruct with valid value for the “embed-page-setup” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Construct a GValueConstruct with valid value for the “page-setup” property. This is rarely needed directly, but it is used by new.
getPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> m Int32gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “current-page” property. When overloading is enabled, this is equivalent to
get printUnixDialog #currentPage
getPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Get the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to
get printUnixDialog #embedPageSetup
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
printUnixDialogGetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Int32gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets the current page of the GtkPrintUnixDialog.
printUnixDialogGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets whether to embed the page setup.
printUnixDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets the page setup that is used by the GtkPrintUnixDialog.