Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Sets the value of PrintSettingsPaperWidth.

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

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    This function saves the print settings from settings to fileName.

    • Available since Gtk+ version 2.12

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Removes any value associated with key

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsUseColor'.

  6. toPrintSettings :: PrintSettingsClass o => o -> PrintSettings

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    No documentation available.

  7. ppIntSet :: IntSet -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  8. ppIntSetWith :: (Int -> Doc ann) -> IntSet -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  9. C_IntSet :: PrimClassifier IntSet

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  10. type ConstraintSet = Symbolic ()

    sbv Data.SBV

    A constraint set is a symbolic program that returns no values. The idea is that the constraints/min-max goals will serve as the collection of constraints that will be used for sat/optimize calls.

Page 33 of many | Previous | Next