GObject.Object
GObject.InitiallyUnowned
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 | Defined By | |
---|---|---|
activation : GtkSource.CompletionActivation
|
GtkSource.CompletionContext | |
completion : GtkSource.Completion
|
GtkSource.CompletionContext | |
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
iter : Gtk.TextIter
|
GtkSource.CompletionContext | |
parent : GObject.InitiallyUnowned
read only
|
GtkSource.CompletionContext | |
priv : GtkSource.CompletionContextPrivate
read only
|
GtkSource.CompletionContext | |
qdata : GLib.Data
|
GObject.InitiallyUnowned | |
ref_count : Number
|
GObject.InitiallyUnowned |
Method / Constructor | Defined By | |
---|---|---|
new GtkSource.CompletionContext
(Object properties)
Create a new GtkSource.CompletionContext
Create a new GtkSource.CompletionContext
|
||
get_activation
()
:
GtkSource.CompletionActivation
Get the context activation.
Get the context activation.
|
GtkSource.CompletionContext | |
get_iter
(TextIter iter)
:
none
Get the iter at which the completion was invoked.
Get the iter at which the completion was invoked. Providers can use this to determine how and if to match proposals.
|
GtkSource.CompletionContext |
Event | Defined By | |
---|---|---|
cancelled (CompletionContext self)
:
none
|
GtkSource.CompletionContext |
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 the GtkTextIter at which the completion for proposal starts.
|