Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. printSettingsGetDoubleWithDefault :: (PrintSettingsClass self, GlibString string) => self -> string -> Double -> IO Double

    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.

  2. printSettingsGetInt :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Int

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Returns the integer value of key, or 0.

  3. printSettingsGetIntWithDefault :: (PrintSettingsClass self, GlibString string) => self -> string -> Int -> IO Int

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Returns the value of key, interpreted as an integer, or the default value.

  4. printSettingsGetLength :: (PrintSettingsClass self, GlibString string) => self -> string -> Unit -> IO Double

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Returns the value associated with key, interpreted as a length. The returned value is converted to units.

  5. printSettingsGetPaperHeight :: PrintSettingsClass self => self -> Unit -> IO Double

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Gets the value of PrintSettingsPaperHeight, converted to unit.

  6. printSettingsGetPaperWidth :: PrintSettingsClass self => self -> Unit -> IO Double

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Gets the value of PrintSettingsPaperWidth, converted to unit.

  7. printSettingsGetResolutionX :: PrintSettingsClass self => self -> IO Int

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Gets the value of "resolution-x".

    • Available since Gtk+ version 2.16

  8. printSettingsGetResolutionY :: PrintSettingsClass self => self -> IO Int

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Gets the value of "resolution-y".

    • Available since Gtk+ version 2.16

  9. printSettingsHasKey :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Bool

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Returns True, if a value is associated with key.

  10. printSettingsLoadFile :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Bool

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Reads the print settings from fileName. See printSettingsToFile.

    • Available since Gtk+ version 2.14

Page 47 of many | Previous | Next