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.
-
geodetics Geodetics.UTM A UTM Zone number. Must be between 1 and 60.
utmZoneNumber :: Geodetic a -> Maybe UtmZoneNumbergeodetics Geodetics.UTM No documentation available.
-
ghc-parser Language.Haskell.GHC.Parser A line number in an input string.
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
-
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.
-
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.
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
getPrintCompositorPrintLineNumbers :: (MonadIO m, IsPrintCompositor o) => o -> m Word32gi-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
-
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.
-
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).