~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkEntryAppendText.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
\title{gtkEntryAppendText}
4
4
\description{
5
5
Appends the given text to the contents of the widget.
6
 
\strong{WARNING: \code{gtk_entry_append_text} is deprecated and should not be used in newly-written code. \code{\link{gtkEntryAppendText}} is deprecated and should not
7
 
  be used in newly-written code. Use \code{\link{gtkEditableInsertText}}
8
 
  instead.}
 
6
\strong{WARNING: \code{gtk_entry_append_text} has been deprecated since version 2.0 and should not be used in newly-written code. Use \code{\link{gtkEditableInsertText}} instead.}
9
7
}
10
8
\usage{gtkEntryAppendText(object, text)}
11
9
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GtkEntry}}]  a \verb{\link{GtkEntry}}}
13
 
\item{\verb{text}}{[character]  the text to append}
 
10
\item{\verb{object}}{a \code{\link{GtkEntry}}}
 
11
\item{\verb{text}}{the text to append}
14
12
}
15
13
\author{Derived by RGtkGen from GTK+ documentation}
16
14
\keyword{internal}