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.

  1. 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.

  2. 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.

  3. getViewShowLineMarks :: (MonadIO m, IsView o) => o -> m Bool

    gi-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
    

  4. getViewShowLineNumbers :: (MonadIO m, IsView o) => o -> m Bool

    gi-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
    

  5. getViewShowRightMargin :: (MonadIO m, IsView o) => o -> m Bool

    gi-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
    

  6. onViewShowCompletion :: (IsView a, MonadIO m) => a -> ((?self :: a) => ViewShowCompletionCallback) -> m SignalHandlerId

    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
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. viewGetShowLineMarks :: (HasCallStack, MonadIO m, IsView a) => a -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.View

    Returns whether line marks are displayed beside the text.

Page 377 of many | Previous | Next