Hoogle Search
Within LTS Haskell 24.8 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Sets key to a boolean value.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Sets key to a double value.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Sets key to an integer value.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Associates a length in units of unit with key.
printSettingsSetPaperHeight :: PrintSettingsClass self => self -> Double -> Unit -> IO ()gtk Graphics.UI.Gtk.Printing.PrintSettings Sets the value of PrintSettingsPaperHeight.
printSettingsSetPaperWidth :: PrintSettingsClass self => self -> Double -> Unit -> IO ()gtk Graphics.UI.Gtk.Printing.PrintSettings Sets the value of PrintSettingsPaperWidth.
printSettingsSetResolutionXy :: PrintSettingsClass self => self -> Int -> Int -> IO ()gtk Graphics.UI.Gtk.Printing.PrintSettings Sets the values of PrintSettingsResolution, PrintSettingsResolutionX and PrintSettingsResolutionY.
- Available since Gtk+ version 2.16
printSettingsToFile :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Boolgtk Graphics.UI.Gtk.Printing.PrintSettings This function saves the print settings from settings to fileName.
- Available since Gtk+ version 2.12
printSettingsUnset :: (PrintSettingsClass self, GlibString string) => self -> string -> IO ()gtk Graphics.UI.Gtk.Printing.PrintSettings Removes any value associated with key
printSettingsUseColor :: PrintSettingsClass self => Attr self Boolgtk Graphics.UI.Gtk.Printing.PrintSettings The value of 'PrintSettingsUseColor'.