gtksource.completion_words
Module for CompletionWords class
Types 3
A gtksource.completion_provider.CompletionProvider for the completion of words.
The gtksource.completion_words.CompletionWords is an example of an implementation of the gtksource.completion_provider.CompletionProvider interface. The proposals are words appearing in the registered gtk.text_buffer.TextBuffers.
Methods
CompletionWords self()Returns `this`, for use in `with` statements.CompletionWordsGidBuilder builder()Get builder for [gtksource.completion_words.CompletionWords] Returns: New builder objectuint minimumWordSize() @propertyvoid minimumWordSize(uint propval) @propertyint priority() @propertyvoid priority(int propval) @propertyuint proposalsBatchSize() @propertyvoid proposalsBatchSize(uint propval) @propertyuint scanBatchSize() @propertyvoid scanBatchSize(uint propval) @propertystring title() @propertyvoid title(string propval) @propertyvoid register(gtk.text_buffer.TextBuffer buffer)Registers buffer in the words provider.void unregister(gtk.text_buffer.TextBuffer buffer)Unregisters buffer from the words provider.classCompletionWordsGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gtksource.completion_provider.CompletionProviderGidBuilderImpl!T
Fluent builder implementation template for gtksource.completion_words.CompletionWords
Methods
T minimumWordSize(uint propval)T priority(int propval)T proposalsBatchSize(uint propval)T scanBatchSize(uint propval)T title(string propval)Fluent builder for gtksource.completion_words.CompletionWords
Methods
CompletionWords build()Create object from builder. Returns: New object