gtkEntryCompletionSetPopupSingleMatch {RGtk2}R Documentation

gtkEntryCompletionSetPopupSingleMatch

Description

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.

Usage

gtkEntryCompletionSetPopupSingleMatch(object, popup.single.match)

Arguments

object [GtkEntryCompletion] a GtkEntryCompletion
popup.single.match [logical] TRUE if the popup should appear even for a single match

Details

Since 2.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]