gtkEntryPrependText {RGtk2}R Documentation

gtkEntryPrependText

Description

Prepends the given text to the contents of th ewidget. WARNING: gtk_entry_prepend_text is deprecated and should not be used in newly-written code.

Usage

gtkEntryPrependText(object, text)

Arguments

object [GtkEntry] a GtkEntry.
text [character] the text to prepend.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]