|
Graphics.UI.Gtk.SourceView.SourceCompletionContext | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
Types
|
|
data SourceCompletionContext | Source |
|
Instances | |
|
|
|
| Instances | |
|
|
Enums
|
|
data SourceCompletionActivation | Source |
|
Instances | |
|
|
Methods
|
|
sourceCompletionContextAddProposals | Source |
|
:: SourceCompletionContextClass scc | | => scc | | -> SourceCompletionProvider | | -> [SourceCompletionProposal] | proposals The list of proposals to add
| -> Bool | finished Whether the provider is finished adding proposals
| -> IO () | | Providers can use this function to add proposals to the completion. They can do so asynchronously by
means of the finished argument. Providers must ensure that they always call this function with
finished set to True once each population (even if no proposals need to be added).
|
|
|
|
Get the iter at which the completion was invoked. Providers can use this to determine how and if to
match proposals.
|
|
Attributes
|
|
|
The completion activation
|
|
|
The SourceCompletion associated with the context.
|
|
Signals
|
|
|
Emitted when the current population of proposals has been cancelled. Providers adding proposals
asynchronously should connect to this signal to know when to cancel running proposal queries.
|
|
Produced by Haddock version 2.6.1 |