gtkEntryCompletionGetCompletionPrefix {RGtk2}R Documentation

gtkEntryCompletionGetCompletionPrefix

Description

Get the original text entered by the user that triggered the completion or NULL if there's no completion ongoing.

Usage

gtkEntryCompletionGetCompletionPrefix(object)

Arguments

object [GtkEntryCompletion] a GtkEntryCompletion

Details

Since 2.12

Value

[character] the prefix for the current completion

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]