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

« back to all changes in this revision

Viewing changes to man/gtkEntryBufferSetText.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:
 
1
\alias{gtkEntryBufferSetText}
 
2
\name{gtkEntryBufferSetText}
 
3
\title{gtkEntryBufferSetText}
 
4
\description{Sets the text in the buffer.}
 
5
\usage{gtkEntryBufferSetText(object, chars, n.chars)}
 
6
\arguments{
 
7
\item{\verb{object}}{a \code{\link{GtkEntryBuffer}}}
 
8
\item{\verb{chars}}{the new text}
 
9
\item{\verb{n.chars}}{the number of characters in \code{text}, or -1}
 
10
}
 
11
\details{This is roughly equivalent to calling \code{\link{gtkEntryBufferDeleteText}}
 
12
and \code{\link{gtkEntryBufferInsertText}}.
 
13
  
 
14
Note that \code{n.chars} is in characters, not in bytes.
 
15
  Since 2.18}
 
16
\author{Derived by RGtkGen from GTK+ documentation}
 
17
\keyword{internal}