gtkEntryCompletionGetPopupSingleMatch {RGtk2}R Documentation

gtkEntryCompletionGetPopupSingleMatch

Description

Returns whether the completion popup window will appear even if there is only a single match.

Usage

gtkEntryCompletionGetPopupSingleMatch(object)

Arguments

object [GtkEntryCompletion] a GtkEntryCompletion

Details

Since 2.8

Value

[logical] TRUE if the popup window will appear regardless of the number of matches.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]