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

« back to all changes in this revision

Viewing changes to man/gtkCListSetShift.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:
7
7
}
8
8
\usage{gtkCListSetShift(object, row, column, vertical, horizontal)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkCList}}] The \verb{\link{GtkCList}} to affect.}
11
 
\item{\verb{row}}{[integer] The row of the cell.}
12
 
\item{\verb{column}}{[integer] The column of the cell.}
13
 
\item{\verb{vertical}}{[integer] The value to set for the vertical shift.}
14
 
\item{\verb{horizontal}}{[integer] The value to set for the vertical shift.}
 
10
\item{\verb{object}}{The \code{\link{GtkCList}} to affect.}
 
11
\item{\verb{row}}{The row of the cell.}
 
12
\item{\verb{column}}{The column of the cell.}
 
13
\item{\verb{vertical}}{The value to set for the vertical shift.}
 
14
\item{\verb{horizontal}}{The value to set for the vertical shift.}
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}