Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. type UtmZoneNumber = Int

    geodetics Geodetics.UTM

    A UTM Zone number. Must be between 1 and 60.

  2. utmZoneNumber :: Geodetic a -> Maybe UtmZoneNumber

    geodetics Geodetics.UTM

    No documentation available.

  3. type LineNumber = Int

    ghc-parser Language.Haskell.GHC.Parser

    A line number in an input string.

  4. clearPrintCompositorLineNumbersFontName :: (MonadIO m, IsPrintCompositor o) => o -> m ()

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Set the value of the “line-numbers-font-name” property to Nothing. When overloading is enabled, this is equivalent to

    clear #lineNumbersFontName
    

  5. constructPrintCompositorLineNumbersFontName :: (IsPrintCompositor o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Construct a GValueConstruct with valid value for the “line-numbers-font-name” property. This is rarely needed directly, but it is used by new.

  6. constructPrintCompositorPrintLineNumbers :: (IsPrintCompositor o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Construct a GValueConstruct with valid value for the “print-line-numbers” property. This is rarely needed directly, but it is used by new.

  7. getPrintCompositorLineNumbersFontName :: (MonadIO m, IsPrintCompositor o) => o -> m (Maybe Text)

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Get the value of the “line-numbers-font-name” property. When overloading is enabled, this is equivalent to

    get printCompositor #lineNumbersFontName
    

  8. getPrintCompositorPrintLineNumbers :: (MonadIO m, IsPrintCompositor o) => o -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Get the value of the “print-line-numbers” property. When overloading is enabled, this is equivalent to

    get printCompositor #printLineNumbers
    

  9. printCompositorGetLineNumbersFontName :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Text

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the name of the font used to print line numbers on the left margin. The returned string must be freed with free.

  10. printCompositorGetPrintLineNumbers :: (HasCallStack, MonadIO m, IsPrintCompositor a) => a -> m Word32

    gi-gtksource5 GI.GtkSource.Objects.PrintCompositor

    Returns the interval used for line number printing. If the value is 0, no line numbers will be printed. The default value is 1 (i.e. numbers printed in all lines).

Page 191 of many | Previous | Next