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
CompletionWordsGidBuilder builder() static nothrowGet builder for [gtksource.completion_words.CompletionWords] Returns: New builder objectvoid unregister(gtk.text_buffer.TextBuffer buffer) nothrowUnregisters 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) nothrowT priority(int propval) nothrowT proposalsBatchSize(uint propval) nothrowT scanBatchSize(uint propval) nothrowT title(string propval) nothrowFluent builder for gtksource.completion_words.CompletionWords
Methods