Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Gets the current print settings from the dialog.
-
gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Creates a new page setup dialog.
-
gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Sets the GtkPageSetup from which the page setup dialog takes its values.
-
gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog Sets the GtkPrintSettings from which the page setup dialog takes its values.
pageAdded :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageAdded signal is emitted in the notebook right after a page is added to the notebook.
- Available since Gtk+ version 2.10
pageRemoved :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageRemoved signal is emitted in the notebook right after a page is removed from the notebook.
- Available since Gtk+ version 2.10
pageReordered :: NotebookClass self => Signal self (Widget -> Int -> IO ())gtk Graphics.UI.Gtk.Layout.Notebook The pageReordered signal is emitted in the notebook right after a page has been reordered.
- Available since Gtk+ version 2.10
pageHorizontally :: TextViewClass self => Signal self (Int -> Bool -> IO ())gtk Graphics.UI.Gtk.Multiline.TextView Page change signals.
- The signal specifies how many pages the view should move up or down. The flag is set to True if this movement extends a selection.
- The action itself happens when the TextView processes this signal.
- Figure out why this signal is called horizontally, not vertically.
pageSetupCopy :: PageSetupClass self => self -> IO PageSetupgtk Graphics.UI.Gtk.Printing.PageSetup Copies a PageSetup.
pageSetupGetBottomMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PageSetup Gets the bottom margin in units of unit.