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.
printSettingsGetBool :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Boolgtk Graphics.UI.Gtk.Printing.PrintSettings Returns the boolean represented by the value that is associated with key. The string "true" represents True, any other string False.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Returns the double value associated with key, or 0.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Returns the floating point number represented by the value that is associated with key, or defaultVal if the value does not represent a floating point number. Floating point numbers are parsed with gAsciiStrtod.
printSettingsGetInt :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Intgtk Graphics.UI.Gtk.Printing.PrintSettings Returns the integer value of key, or 0.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Returns the value of key, interpreted as an integer, or the default value.
-
gtk Graphics.UI.Gtk.Printing.PrintSettings Returns the value associated with key, interpreted as a length. The returned value is converted to units.
printSettingsGetPaperHeight :: PrintSettingsClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PrintSettings Gets the value of PrintSettingsPaperHeight, converted to unit.
printSettingsGetPaperWidth :: PrintSettingsClass self => self -> Unit -> IO Doublegtk Graphics.UI.Gtk.Printing.PrintSettings Gets the value of PrintSettingsPaperWidth, converted to unit.
printSettingsGetResolutionX :: PrintSettingsClass self => self -> IO Intgtk Graphics.UI.Gtk.Printing.PrintSettings Gets the value of "resolution-x".
- Available since Gtk+ version 2.16
printSettingsGetResolutionY :: PrintSettingsClass self => self -> IO Intgtk Graphics.UI.Gtk.Printing.PrintSettings Gets the value of "resolution-y".
- Available since Gtk+ version 2.16