Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printCompositorSetLeftMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the left margin used by compositor.

  2. printCompositorSetLineNumbersFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Maybe Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the font for printing line numbers on the left margin. If Nothing is supplied, the default font (i.e. the one being used for the text) will be used instead. fontName should be a string representation of a font description Pango can understand. (e.g. "Monospace 10"). See fontDescriptionFromString for a description of the format of the string representation. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  3. printCompositorSetPrintFooter :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a footer in each page. The footer consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_footer_format]. Note that by default the footer format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  4. printCompositorSetPrintHeader :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets whether you want to print a header in each page. The header consists of three pieces of text and an optional line separator, configurable with [methodprintCompositor.set_header_format]. Note that by default the header format is unspecified, and if it's empty it will not be printed, regardless of this setting. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  5. printCompositorSetPrintLineNumbers :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the interval for printed line numbers. If interval is 0 no numbers will be printed. If greater than 0, a number will be printed every interval lines (i.e. 1 will print all line numbers). Maximum accepted value for interval is 100. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  6. printCompositorSetRightMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the right margin used by compositor.

  7. printCompositorSetTabWidth :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the width of tabulation in characters for printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  8. printCompositorSetTopMargin :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> Double -> Unit -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the top margin used by compositor.

  9. printCompositorSetWrapMode :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> WrapMode -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Sets the line wrapping mode for the printed text. This function cannot be called anymore after the first call to the [methodprintCompositor.paginate] function.

  10. printBase :: SMTConfig -> Int

    grisette Grisette.Backend

    Print integral literals in this base (2, 10, and 16 are supported.)

Page 84 of many | Previous | Next