EntryCompletion.insertActionText

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 gtk_entry_completion_insert_action_markup(). Since 2.4

class EntryCompletion
void
insertActionText
(
int index
,
string text
)

Parameters

index int

the index of the item to insert

text string

text of the item to insert

Meta