Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
constructViewShowLineNumbers :: (IsView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.View Construct a GValueConstruct with valid value for the “show-line-numbers” property. This is rarely needed directly, but it is used by new.
constructViewShowRightMargin :: (IsView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.View Construct a GValueConstruct with valid value for the “show-right-margin” property. This is rarely needed directly, but it is used by new.
getViewShowLineMarks :: (MonadIO m, IsView o) => o -> m Boolgi-gtksource5 GI.GtkSource.Objects.View Get the value of the “show-line-marks” property. When overloading is enabled, this is equivalent to
get view #showLineMarks
getViewShowLineNumbers :: (MonadIO m, IsView o) => o -> m Boolgi-gtksource5 GI.GtkSource.Objects.View Get the value of the “show-line-numbers” property. When overloading is enabled, this is equivalent to
get view #showLineNumbers
getViewShowRightMargin :: (MonadIO m, IsView o) => o -> m Boolgi-gtksource5 GI.GtkSource.Objects.View Get the value of the “show-right-margin” property. When overloading is enabled, this is equivalent to
get view #showRightMargin
-
gi-gtksource5 GI.GtkSource.Objects.View Connect a signal handler for the showCompletion signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on view #showCompletion callback
setViewShowLineMarks :: (MonadIO m, IsView o) => o -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.View Set the value of the “show-line-marks” property. When overloading is enabled, this is equivalent to
set view [ #showLineMarks := value ]
setViewShowLineNumbers :: (MonadIO m, IsView o) => o -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.View Set the value of the “show-line-numbers” property. When overloading is enabled, this is equivalent to
set view [ #showLineNumbers := value ]
setViewShowRightMargin :: (MonadIO m, IsView o) => o -> Bool -> m ()gi-gtksource5 GI.GtkSource.Objects.View Set the value of the “show-right-margin” property. When overloading is enabled, this is equivalent to
set view [ #showRightMargin := value ]
viewGetShowLineMarks :: (HasCallStack, MonadIO m, IsView a) => a -> m Boolgi-gtksource5 GI.GtkSource.Objects.View Returns whether line marks are displayed beside the text.