gtkEntryPrependText {RGtk2}R Documentation

gtkEntryPrependText

Description

Prepends the given text to the contents of the widget. WARNING: gtk_entry_prepend_text is deprecated and should not be used in newly-written code. gtkEntryPrependText is deprecated and should not be used in newly-written code. Use gtkEditableInsertText instead.

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.12.5-3 Index]