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.
pageSetupGetPageWidth :: PageSetupClass self => self -> Unit -> IO Doublegtk 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 Doublegtk 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 Doublegtk 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 Doublegtk Graphics.UI.Gtk.Printing.PageSetup Gets the right margin in units of unit.
pageSetupGetTopMargin :: PageSetupClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PageSetup Gets the top margin in units of unit.
pageSetupLoadFile :: (PageSetupClass self, GlibString string) => self -> string -> IO Boolgtk Graphics.UI.Gtk.Printing.PageSetup Reads the page setup from the file fileName. See pageSetupToFile.
- Available since Gtk+ version 2.14
-
gtk Graphics.UI.Gtk.Printing.PageSetup Creates a new PageSetup.
pageSetupNewFromFile :: GlibString string => string -> IO PageSetupgtk 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
pageSetupOrientation :: PageSetupClass self => Attr self PageOrientationgtk Graphics.UI.Gtk.Printing.PageSetup The page orientation of the PageSetup.
pageSetupPaperSize :: PageSetupClass self => Attr self PaperSizegtk Graphics.UI.Gtk.Printing.PageSetup The paper size of the PageSetup.