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.
printUnixDialogGetPageSetupSet :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.PrintUnixDialog Gets whether a page setup was set by the user.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the current page number. If currentPage is not -1, this enables the current page choice for the range of pages to print.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Embed page size combo box and orientation combo box into page setup page.
-
gi-gtk4 GI.Gtk.Objects.PrintUnixDialog Sets the page setup of the GtkPrintUnixDialog.
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 ]
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 ]
printerGetDefaultPageSize :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PageSetupgi-gtk4 GI.Gtk.Objects.Printer Returns default page size of printer.
type
ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Boolgi-gtk4 GI.Gtk.Objects.ShortcutsSection No description available in the introspection data.
-
gi-gtk4 GI.Gtk.Objects.ShortcutsSection Connect a signal handler for the changeCurrentPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after shortcutsSection #changeCurrentPage callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.