gtkEntrySetCompletion {RGtk2}R Documentation

gtkEntrySetCompletion

Description

Sets completion to be the auxiliary completion object to use with entry. All further configuration of the completion mechanism is done on completion using the GtkEntryCompletion API. Completion is disabled if completion is set to NULL.

Usage

gtkEntrySetCompletion(object, completion)

Arguments

object [GtkEntry] A GtkEntry
completion [GtkEntryCompletion] The GtkEntryCompletion or NULL

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]