Back to Seed Clases

GtkSource


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child markerGObject.InitiallyUnowned
parent-child marker GtkSource.CompletionContext

Class GtkSource.CompletionContext

Import line: GtkSource = imports.gi.GtkSource;
GIR File: GtkSource-2.0.gir
C documentation: GtkSourceCompletionContext
Class : CompletionContext
Extends: GObject.InitiallyUnowned
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
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.Completion
Signal
populate_context (Completion self, CompletionContext object) : none
GtkSource.Completion
Method
create_context (TextIter position) : GtkSource.CompletionContext
Create a new GtkSourceCompletionContext for completion.
GtkSource.CompletionProvider
Method
populate (CompletionContext context) : none
Populate context with proposals from provider.
GtkSource.CompletionProvider
Method
match (CompletionContext context) : Boolean
Get whether the provider match the context of completion detailed in
GtkSource.CompletionProvider
Method
get_start_iter (CompletionContext context, CompletionProposal proposal, TextIter iter) : Boolean
Get the GtkTextIter at which the completion for proposal starts.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:46 GMT+0800 (HKT)