gtkEntryPrependText {RGtk2}R Documentation

gtkEntryPrependText

Description

Prepends the given text to the contents of the widget. WARNING: gtk_entry_prepend_text has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkEditableInsertText instead.

Usage

gtkEntryPrependText(object, text)

Arguments

object

a GtkEntry

text

the text to prepend

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]