gtkEntryCompletionInsertActionText {RGtk2}R Documentation

gtkEntryCompletionInsertActionText

Description

Inserts an action in completion's action item list at position index. with text text. If you want the action item to have markup, use gtkEntryCompletionInsertActionMarkup.

Usage

gtkEntryCompletionInsertActionText(object, index, text)

Arguments

object [GtkEntryCompletion] A GtkEntryCompletion.
index [integer] The index of the item to insert.
text [character] Text of the item to insert.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]