gtkEntryCompletionInsertActionMarkup {RGtk2}R Documentation

gtkEntryCompletionInsertActionMarkup

Description

Inserts an action in completion's action item list at position index. with markup markup.

Usage

gtkEntryCompletionInsertActionMarkup(object, index, markup)

Arguments

object [GtkEntryCompletion] A GtkEntryCompletion.
index [integer] The index of the item to insert.
markup [character] Markup 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]