gtksource.completion_words
Module for [CompletionWords] class
Types 3
Methods
CompletionWords self()Returns `this`, for use in `with` statements.CompletionWordsGidBuilder builder()Get builder for [gtksource.completion_words.CompletionWords] Returns: New builder objectgtksource.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.gdkpixbuf.pixbuf.Pixbuf icon() @propertyvoid icon(gdkpixbuf.pixbuf.Pixbuf propval) @propertyint interactiveDelay() @propertyvoid interactiveDelay(int propval) @propertyuint minimumWordSize() @propertyvoid minimumWordSize(uint propval) @propertystring name() @propertyvoid name(string propval) @propertyint priority() @propertyvoid priority(int propval) @propertyuint proposalsBatchSize() @propertyvoid proposalsBatchSize(uint propval) @propertyuint scanBatchSize() @propertyvoid scanBatchSize(uint propval) @propertyvoid 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(string name = null, gdkpixbuf.pixbuf.Pixbuf icon = null)classCompletionWordsGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gtksource.completion_provider.CompletionProviderGidBuilderImpl!T
Methods
T activation(gtksource.types.CompletionActivation propval)Set `activation` property. Params: propval = The type of activation. Returns: Builder instance for fluent chainingT icon(gdkpixbuf.pixbuf.Pixbuf propval)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]
Methods