Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gen_Enum_binds :: SrcSpan -> DerivInstTys -> TcM (LHsBinds GhcPs, Bag AuxBindSpec)ghc-lib GHC.Tc.Deriv.Generate No documentation available.
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).
-
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.
-
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.