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. constructCompletionSelectOnShow :: (IsCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.Completion

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

  2. constructCompletionShowIcons :: (IsCompletion o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.Completion

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

  3. getCompletionSelectOnShow :: (MonadIO m, IsCompletion o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Get the value of the “select-on-show” property. When overloading is enabled, this is equivalent to

    get completion #selectOnShow
    

  4. getCompletionShowIcons :: (MonadIO m, IsCompletion o) => o -> m Bool

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Get the value of the “show-icons” property. When overloading is enabled, this is equivalent to

    get completion #showIcons
    

  5. onCompletionShow :: (IsCompletion a, MonadIO m) => a -> ((?self :: a) => CompletionShowCallback) -> m SignalHandlerId

    gi-gtksource5 GI.GtkSource.Objects.Completion

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

    on completion #show callback
    

  6. setCompletionSelectOnShow :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “select-on-show” property. When overloading is enabled, this is equivalent to

    set completion [ #selectOnShow := value ]
    

  7. setCompletionShowIcons :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “show-icons” property. When overloading is enabled, this is equivalent to

    set completion [ #showIcons := value ]
    

  8. type ViewShowCompletionCallback = IO ()

    gi-gtksource5 GI.GtkSource.Objects.View

    The signal is a key binding signal which gets emitted when the user requests a completion, by pressing <keycombo><keycap>Control</keycap><keycap>space</keycap></keycombo>. This will create a [classcompletionContext] with the activation type as CompletionActivationUserRequested. Applications should not connect to it, but may emit it with GObject.signal_emit_by_name if they need to activate the completion by another means, for example with another key binding or a menu entry.

  9. afterViewShowCompletion :: (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 after the default handler. When overloading is enabled, this is equivalent to

    after view #showCompletion 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. constructViewShowLineMarks :: (IsView o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtksource5 GI.GtkSource.Objects.View

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

Page 376 of many | Previous | Next