gtkEntryCompletionInsertActionText {RGtk2} | R Documentation |
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
.
gtkEntryCompletionInsertActionText(object, index, text)
|
[GtkEntryCompletion ] A GtkEntryCompletion . |
|
[integer] The index of the item to insert. |
|
[character] Text of the item to insert. |
Since 2.4
Derived by RGtkGen from GTK+ documentation