Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pageHorizontally :: TextViewClass self => Signal self (Int -> Bool -> IO ())gtk3 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 PageSetupgtk3 Graphics.UI.Gtk.Printing.PageSetup Copies a PageSetup.
pageSetupGetBottomMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Gets the bottom margin in units of unit.
pageSetupGetLeftMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Gets the left margin in units of unit.
pageSetupGetPageHeight :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Returns the page height in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperHeight.
pageSetupGetPageWidth :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Returns the page width in units of unit. Note that this function takes orientation and margins into consideration. See pageSetupGetPaperWidth.
pageSetupGetPaperHeight :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Returns the paper height in units of unit. Note that this function takes orientation, but not margins into consideration. See pageSetupGetPageHeight.
pageSetupGetPaperWidth :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Returns the paper width in units of unit. Note that this function takes orientation, but not margins into consideration. See pageSetupGetPageWidth.
pageSetupGetRightMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Gets the right margin in units of unit.
pageSetupGetTopMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk3 Graphics.UI.Gtk.Printing.PageSetup Gets the top margin in units of unit.