gtksource.completion_words

Module for [CompletionWords] class

Types 3

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
gtksource.types.CompletionActivation activation() @property nothrowGet `activation` property. Returns: The type of activation.
void activation(gtksource.types.CompletionActivation propval) @property nothrowSet `activation` property. Params: propval = The type of activation.
gdkpixbuf.pixbuf.Pixbuf icon() @property nothrow
void icon(gdkpixbuf.pixbuf.Pixbuf propval) @property nothrow
int interactiveDelay() @property nothrow
void interactiveDelay(int propval) @property nothrow
uint minimumWordSize() @property nothrow
void minimumWordSize(uint propval) @property nothrow
string name() @property nothrow
void name(string 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
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 name = null, gdkpixbuf.pixbuf.Pixbuf icon = null)

Fluent builder implementation template for gtksource.completion_words.CompletionWords

Methods
T activation(gtksource.types.CompletionActivation propval) nothrowSet `activation` property. Params: propval = The type of activation. Returns: Builder instance for fluent chaining
T icon(gdkpixbuf.pixbuf.Pixbuf propval) nothrow
T interactiveDelay(int propval) nothrow
T minimumWordSize(uint propval) nothrow
T name(string propval) nothrow
T priority(int propval) nothrow
T proposalsBatchSize(uint propval) nothrow
T scanBatchSize(uint propval) nothrow