gtksource.completion_words

Module for [CompletionWords] class

Types 3

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
gtksource.types.CompletionActivation activation() @propertyGet `activation` property. Returns: The type of activation.
void activation(gtksource.types.CompletionActivation propval) @propertySet `activation` property. Params: propval = The type of activation.
void icon(gdkpixbuf.pixbuf.Pixbuf propval) @property
int interactiveDelay() @property
void interactiveDelay(int propval) @property
uint minimumWordSize() @property
void minimumWordSize(uint propval) @property
string name() @property
void name(string 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
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 name = null, gdkpixbuf.pixbuf.Pixbuf icon = null)
Methods
T activation(gtksource.types.CompletionActivation propval)Set `activation` property. Params: propval = The type of activation. Returns: Builder instance for fluent chaining
T interactiveDelay(int propval)
T minimumWordSize(uint propval)
T name(string propval)
T priority(int propval)
T proposalsBatchSize(uint propval)
T scanBatchSize(uint propval)

Fluent builder for [gtksource.completion_words.CompletionWords]