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.

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the left margin in units of unit.

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

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

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

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

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

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

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

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

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the right margin in units of unit.

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the top margin in units of unit.

  8. pageSetupLoadFile :: (PageSetupClass self, GlibString string) => self -> string -> IO Bool

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Reads the page setup from the file fileName. See pageSetupToFile.

    • Available since Gtk+ version 2.14

  9. pageSetupNew :: IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Creates a new PageSetup.

  10. pageSetupNewFromFile :: GlibString string => string -> IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Reads the page setup from the file fileName. Returns a new PageSetup object with the restored page setup.

    • Available since Gtk+ version 2.12

Page 16 of many | Previous | Next