Back to Seed Clases

GtkSource


Classes

Interfaces

Structs

Unions

Enums

Interface GtkSource.CompletionProposal

Import line: GtkSource = imports.gi.GtkSource;
GIR File: GtkSource-2.0.gir
C documentation: GtkSourceCompletionProposal
Interface : CompletionProposal
Implementations: GtkSource.CompletionItem
  Show / Hide Inherited methods, properties and signals
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GtkSource.CompletionProvider
Method
get_info_widget (CompletionProposal proposal) : Gtk.Widget
Get a customized info widget to show extra information of a proposal.
GtkSource.CompletionProvider
Method
update_info (CompletionProposal proposal, CompletionInfo info) : none
Update extra information shown in info for proposal.
GtkSource.CompletionProvider
Method
get_start_iter (CompletionContext context, CompletionProposal proposal, TextIter iter) : Boolean
Get the GtkTextIter at which the completion for proposal starts.
GtkSource.CompletionProvider
Method
activate_proposal (CompletionProposal proposal, TextIter iter) : Boolean
Activate proposal at iter.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:47 GMT+0800 (HKT)