|
Graphics.UI.Gtk.SourceView.SourceCompletionProposal | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
Description
|
|
The proposal interface represents a completion item in the completion window. It provides
information on how to display the completion item and what action should be taken when the
completion item is activated.
|
|
Types
|
|
data SourceCompletionProposal | Source |
|
Instances | |
|
|
|
| Instances | |
|
|
Methods
|
|
sourceCompletionProposalGetLabel | Source |
|
|
|
sourceCompletionProposalGetMarkup | Source |
|
|
|
sourceCompletionProposalGetText | Source |
|
:: SourceCompletionProposalClass scp | | => scp | | -> IO String | returns A new string containing the text of proposal.
| Gets the text of proposal. The text that is inserted into the text buffer when the proposal is
activated by the default activation. You are free to implement a custom activation handler in the
provider and not implement this function.
|
|
|
sourceCompletionProposalGetIcon | Source |
|
|
|
sourceCompletionProposalGetInfo | Source |
|
:: SourceCompletionProposalClass scp | | => scp | | -> IO String | returns A new string containing extra information of proposal or empty if no extra information is associated to proposal.
| Gets extra information associated to the proposal. This information will be used to present the user
with extra, detailed information about the selected proposal.
|
|
|
sourceCompletionProposalHash | Source |
|
|
|
sourceCompletionProposalEqual | Source |
|
|
|
Signals
|
|
|
Emitted when the proposal has changed. The completion popup will react to this by updating the shown
information.
|
|
Produced by Haddock version 2.6.1 |