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.
ScrollTypePageForward :: ScrollTypegi-gtk4 GI.Gtk.Enums Page forward.
ScrollTypePageLeft :: ScrollTypegi-gtk4 GI.Gtk.Enums Page to the left.
ScrollTypePageRight :: ScrollTypegi-gtk4 GI.Gtk.Enums Page to the right.
ScrollTypePageUp :: ScrollTypegi-gtk4 GI.Gtk.Enums Page up.
SpinTypePageBackward :: SpinTypegi-gtk4 GI.Gtk.Enums Decrement by the adjustments page increment.
SpinTypePageForward :: SpinTypegi-gtk4 GI.Gtk.Enums Increment by the adjustments page increment.
PrintCapabilitiesPageSet :: PrintCapabilitiesgi-gtk4 GI.Gtk.Flags Print dialog will offer printing even/odd pages.
-
gi-gtk4 GI.Gtk.Functions Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned GtkPageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem.
-
gi-gtk4 GI.Gtk.Functions Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog.
type
PrintOperationPreviewGotPageSizeCallback = PrintContext -> PageSetup -> IO ()gi-gtk4 GI.Gtk.Interfaces.PrintOperationPreview Emitted once for each page that gets rendered to the preview. A handler for this signal should update the context according to pageSetup and set up a suitable cairo context, using printContextSetCairoContext.