Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ScrollTypePageBackward :: ScrollTypegi-gtk4 GI.Gtk.Enums Page backward.
ScrollTypePageDown :: ScrollTypegi-gtk4 GI.Gtk.Enums Page down.
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.