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.

  1. 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.

  2. pageSetupCopy :: PageSetupClass self => self -> IO PageSetup

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Copies a PageSetup.

  3. pageSetupGetBottomMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Gets the bottom margin in units of unit.

  4. pageSetupGetLeftMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Gets the left margin in units of unit.

  5. pageSetupGetPageHeight :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 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.

  6. pageSetupGetPageWidth :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 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.

  7. pageSetupGetPaperHeight :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 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.

  8. pageSetupGetPaperWidth :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 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.

  9. pageSetupGetRightMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Gets the right margin in units of unit.

  10. pageSetupGetTopMargin :: PageSetupClass self => self -> Unit -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Gets the top margin in units of unit.

Page 20 of many | Previous | Next