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. pageSetupLoadFile :: (PageSetupClass self, GlibString string) => self -> string -> IO Bool

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

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

    • Available since Gtk+ version 2.14

  2. pageSetupNew :: IO PageSetup

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Creates a new PageSetup.

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

    gtk3 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

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

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    The page orientation of the PageSetup.

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

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    The paper size of the PageSetup.

  6. pageSetupSetBottomMargin :: PageSetupClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Sets the bottom margin of the PageSetup.

  7. pageSetupSetLeftMargin :: PageSetupClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Sets the left margin of the PageSetup.

  8. pageSetupSetPaperSizeAndDefaultMargins :: PageSetupClass self => self -> PaperSize -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Sets the paper size of the PageSetup and modifies the margins according to the new paper size.

  9. pageSetupSetRightMargin :: PageSetupClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Sets the right margin of the PageSetup.

  10. pageSetupSetTopMargin :: PageSetupClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PageSetup

    Sets the top margin of the PageSetup.

Page 21 of many | Previous | Next