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

« back to all changes in this revision

Viewing changes to man/gtkEntrySetPosition.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{gtkEntrySetPosition}
4
4
\description{
5
5
Sets the cursor position in an entry to the given value.
6
 
\strong{WARNING: \code{gtk_entry_set_position} is deprecated and should not be used in newly-written code. Use \code{\link{gtkEditableSetPosition}} instead.}
 
6
\strong{WARNING: \code{gtk_entry_set_position} has been deprecated since version 2.0 and should not be used in newly-written code. Use \code{\link{gtkEditableSetPosition}} instead.}
7
7
}
8
8
\usage{gtkEntrySetPosition(object, position)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkEntry}}]  a \verb{\link{GtkEntry}}}
11
 
\item{\verb{position}}{[integer]   the position of the cursor. The cursor is displayed
 
10
\item{\verb{object}}{a \code{\link{GtkEntry}}}
 
11
\item{\verb{position}}{the position of the cursor. The cursor is displayed
12
12
   before the character with the given (base 0) index in the widget. 
13
13
   The value must be less than or equal to the number of characters 
14
14
   in the widget. A value of -1 indicates that the position should