Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. constructBufferHighlightMatchingBrackets :: (IsBuffer o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.Buffer

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

  2. getBufferHighlightMatchingBrackets :: (MonadIO m, IsBuffer o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.Buffer

    Get the value of the “highlight-matching-brackets” property. When overloading is enabled, this is equivalent to

    get buffer #highlightMatchingBrackets
    

  3. onBufferBracketMatched :: (IsBuffer a, MonadIO m) => a -> ((?self :: a) => BufferBracketMatchedCallback) -> m SignalHandlerId

    gi-gtksource5 GI.GtkSource.Objects.Buffer

    Connect a signal handler for the bracketMatched signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on buffer #bracketMatched callback
    

  4. setBufferHighlightMatchingBrackets :: (MonadIO m, IsBuffer o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

    Set the value of the “highlight-matching-brackets” property. When overloading is enabled, this is equivalent to

    set buffer [ #highlightMatchingBrackets := value ]
    

  5. type ViewMoveToMatchingBracketCallback = Bool -> IO ()

    gi-gtksource5 GI.GtkSource.Objects.View

    Keybinding signal to move the cursor to the matching bracket.

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

    gi-gtksource5 GI.GtkSource.Objects.View

    Connect a signal handler for the moveToMatchingBracket signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after view #moveToMatchingBracket callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  7. onViewMoveToMatchingBracket :: (IsView a, MonadIO m) => a -> ((?self :: a) => ViewMoveToMatchingBracketCallback) -> m SignalHandlerId

    gi-gtksource5 GI.GtkSource.Objects.View

    Connect a signal handler for the moveToMatchingBracket signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on view #moveToMatchingBracket callback
    

  8. Key'LeftBracket :: Key

    glfw-group Graphics.UI.GlfwG.Key

    No documentation available.

  9. Key'RightBracket :: Key

    glfw-group Graphics.UI.GlfwG.Key

    No documentation available.

  10. pattern DeclBracket :: [Decl] -> Bracket

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

Page 47 of many | Previous | Next