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

« back to all changes in this revision

Viewing changes to man/gtkEntryBufferDeleteText.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{gtkEntryBufferDeleteText}
 
2
\name{gtkEntryBufferDeleteText}
 
3
\title{gtkEntryBufferDeleteText}
 
4
\description{Deletes a sequence of characters from the buffer. \code{n.chars} characters are
 
5
deleted starting at \code{position}. If \code{n.chars} is negative, then all characters
 
6
until the end of the text are deleted.}
 
7
\usage{gtkEntryBufferDeleteText(object, position, n.chars)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GtkEntryBuffer}}}
 
10
\item{\verb{position}}{position at which to delete text}
 
11
\item{\verb{n.chars}}{number of characters to delete}
 
12
}
 
13
\details{If \code{position} or \code{n.chars} are out of bounds, then they are coerced to sane
 
14
values.
 
15
  
 
16
Note that the positions are specified in characters, not bytes.
 
17
  Since 2.18}
 
18
\value{[numeric]  The number of characters deleted.}
 
19
\author{Derived by RGtkGen from GTK+ documentation}
 
20
\keyword{internal}