RGtk2 (version 2.20.31)

gtkEntryCompletionInsertActionText: 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

index
The index of the item to insert.
text
Text of the item to insert.

Details

Since 2.4