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

« back to all changes in this revision

Viewing changes to man/gtkLabelGet.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:
2
2
\name{gtkLabelGet}
3
3
\title{gtkLabelGet}
4
4
\description{
5
 
Gets the current string of text within the \verb{\link{GtkLabel}} and writes it to
 
5
Gets the current string of text within the \code{\link{GtkLabel}} and writes it to
6
6
the given \code{str} argument.  It does not make a copy of this string so you
7
7
must not write to it.
8
 
\strong{WARNING: \code{gtk_label_get} is deprecated and should not be used in newly-written code.}
 
8
\strong{WARNING: \code{gtk_label_get} is deprecated and should not be used in newly-written code. Use \code{\link{gtkLabelGetText}} instead.}
9
9
}
10
10
\usage{gtkLabelGet(object)}
11
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkLabel}}] The \verb{\link{GtkLabel}} widget you want to get the text from.}}
 
11
\arguments{\item{\verb{object}}{The \code{\link{GtkLabel}} widget you want to get the text from.}}
12
12
\value{
13
13
A list containing the following elements:
14
 
\item{\verb{str}}{[character] The reference to the pointer you want to point to the text.}
 
14
\item{\verb{str}}{The reference to the pointer you want to point to the text.}
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}