Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Sets key to a double value.

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Sets key to an integer value.

  3. printSettingsSetLength :: (PrintSettingsClass self, GlibString string) => self -> string -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Associates a length in units of unit with key.

  4. printSettingsSetPaperHeight :: PrintSettingsClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Sets the value of PrintSettingsPaperHeight.

  5. printSettingsSetPaperWidth :: PrintSettingsClass self => self -> Double -> Unit -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Sets the value of PrintSettingsPaperWidth.

  6. printSettingsSetResolutionXy :: PrintSettingsClass self => self -> Int -> Int -> IO ()

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Sets the values of PrintSettingsResolution, PrintSettingsResolutionX and PrintSettingsResolutionY.

    • Available since Gtk+ version 2.16

  7. printSettingsToFile :: (PrintSettingsClass self, GlibString string) => self -> string -> IO Bool

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    This function saves the print settings from settings to fileName.

    • Available since Gtk+ version 2.12

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

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    Removes any value associated with key

  9. printSettingsUseColor :: PrintSettingsClass self => Attr self Bool

    gtk3 Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsUseColor'.

  10. printDate :: DateFormat -> Day -> Text

    hledger-iadd DateParser

    No documentation available.

Page 92 of many | Previous | Next