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 _gType() @property
CompletionWords self()Returns `this`, for use in `with` statements.
CompletionWordsGidBuilder builder()Get builder for [gtksource.completion_words.CompletionWords] Returns: New builder object
uint minimumWordSize() @property
void minimumWordSize(uint propval) @property
int priority() @property
void priority(int propval) @property
uint proposalsBatchSize() @property
void proposalsBatchSize(uint propval) @property
uint scanBatchSize() @property
void scanBatchSize(uint propval) @property
string title() @property
void title(string propval) @property
void 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.
Constructors
this(void * ptr, Flag!"Take" take)
this(string title = null)