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
GType _getGType() static nothrow
GType _gType() @property nothrow
CompletionWords self() nothrowReturns `this`, for use in `with` statements.
CompletionWordsGidBuilder builder() static nothrowGet builder for [gtksource.completion_words.CompletionWords] Returns: New builder object
uint minimumWordSize() @property nothrow
void minimumWordSize(uint propval) @property nothrow
int priority() @property nothrow
void priority(int propval) @property nothrow
uint proposalsBatchSize() @property nothrow
void proposalsBatchSize(uint propval) @property nothrow
uint scanBatchSize() @property nothrow
void scanBatchSize(uint propval) @property nothrow
string title() @property nothrow
void title(string propval) @property nothrow
void register(gtk.text_buffer.TextBuffer buffer) nothrowRegisters buffer in the words provider.
void unregister(gtk.text_buffer.TextBuffer buffer) nothrowUnregisters buffer from the words provider.
Constructors
this(void * ptr, Flag!"Take" take)
this(string title = null)

Fluent builder implementation template for gtksource.completion_words.CompletionWords

Methods
T minimumWordSize(uint propval) nothrow
T priority(int propval) nothrow
T proposalsBatchSize(uint propval) nothrow
T scanBatchSize(uint propval) nothrow
T title(string propval) nothrow