Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. printSettingsFinishings :: (PrintSettingsClass self, GlibString string) => Attr self string

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsFinishings.

  2. printSettingsForeach :: PrintSettingsClass self => self -> (String -> IO ()) -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Calls func for each key-value pair of settings.

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Looks up the string value associated with key.

  4. printSettingsGetBool :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Bool

    gtk3 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.

  5. printSettingsGetDouble :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Double

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Returns the double value associated with key, or 0.

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

    gtk3 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.

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Returns the integer value of key, or 0.

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

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

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

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

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Gets the value of PrintSettingsPaperHeight, converted to unit.

Page 36 of many | Previous | Next