| gtkEntryCompletionSetPopupSingleMatch {RGtk2} | R Documentation |
Sets whether the completion popup window will appear even if there is
only a single match. You may want to set this to FALSE if you
are using inline
completion.
gtkEntryCompletionSetPopupSingleMatch(object, popup.single.match)
|
[GtkEntryCompletion] a GtkEntryCompletion |
|
[logical] TRUE if the popup should appear even for a single
match |
Since 2.8
Derived by RGtkGen from GTK+ documentation