Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. isInteractiveModule :: Module -> Bool

    ghc-lib-parser GHC.Unit.Types

    No documentation available.

  2. MCInteractive :: MessageClass

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

  3. DebugFlagInteractive :: DebugFlag

    gi-gtk3 GI.Gtk.Flags

    No description available in the introspection data.

  4. textBufferDeleteInteractive :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> TextIter -> TextIter -> Bool -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextBuffer

    Deletes all editable text in the given range. Calls textBufferDelete for each editable sub-range of [start,end). start and end are revalidated to point to the location of the last deleted range, or left untouched if no text was deleted.

  5. textBufferInsertInteractive :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> TextIter -> Text -> Int32 -> Bool -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextBuffer

    Like textBufferInsert, but the insertion will not occur if iter is at a non-editable location in the buffer. Usually you want to prevent insertions at ineditable locations if the insertion results from a user action (is interactive). defaultEditable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of textViewGetEditable is appropriate here.

  6. textBufferInsertInteractiveAtCursor :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> Text -> Int32 -> Bool -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextBuffer

    Calls textBufferInsertInteractive at the cursor position. defaultEditable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of textViewGetEditable is appropriate here.

  7. textBufferInsertRangeInteractive :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> TextIter -> TextIter -> TextIter -> Bool -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextBuffer

    Same as textBufferInsertRange, but does nothing if the insertion point isn’t editable. The defaultEditable parameter indicates whether the text is editable at iter if no tags enclosing iter affect editability. Typically the result of textViewGetEditable is appropriate here.

  8. type TreeViewStartInteractiveSearchCallback = IO Bool

    gi-gtk3 GI.Gtk.Objects.TreeView

    No description available in the introspection data.

  9. afterTreeViewStartInteractiveSearch :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewStartInteractiveSearchCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.TreeView

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

    after treeView #startInteractiveSearch 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.

  10. onTreeViewStartInteractiveSearch :: (IsTreeView a, MonadIO m) => a -> ((?self :: a) => TreeViewStartInteractiveSearchCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.TreeView

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

    on treeView #startInteractiveSearch callback
    

Page 26 of many | Previous | Next