Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the right margin in units of unit.

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

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Gets the top margin in units of unit.

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

  7. pageSetupNew :: IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PageSetup

    Creates a new PageSetup.

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

  9. pageSetupOrientation :: PageSetupClass self => Attr self PageOrientation

    gtk Graphics.UI.Gtk.Printing.PageSetup

    The page orientation of the PageSetup.

  10. pageSetupPaperSize :: PageSetupClass self => Attr self PaperSize

    gtk Graphics.UI.Gtk.Printing.PageSetup

    The paper size of the PageSetup.

Page 13 of many | Previous | Next