gtkEntryCompletionSetInlineCompletion {RGtk2}R Documentation

gtkEntryCompletionSetInlineCompletion

Description

Sets whether the common prefix of the possible completions should be automatically inserted in the entry.

Usage

gtkEntryCompletionSetInlineCompletion(object, inline.completion)

Arguments

object [GtkEntryCompletion] a GtkEntryCompletion
inline.completion [logical] TRUE to do inline completion

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]