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

« back to all changes in this revision

Viewing changes to man/gtkContainerClassListChildProperties.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{gtkContainerClassListChildProperties}
4
4
\description{Returns all child properties of a container class.}
5
5
\usage{gtkContainerClassListChildProperties(cclass)}
6
 
\arguments{\item{\verb{cclass}}{[GObjectClass]  a \verb{\link{GtkContainerClass}}}}
 
6
\arguments{\item{\verb{cclass}}{a \code{\link{GtkContainerClass}}}}
7
7
\value{
8
8
A list containing the following elements:
9
 
\item{retval}{[\verb{\link{GParamSpec}}]  a newly allocated list of \verb{\link{GParamSpec}}*.}
10
 
\item{\verb{n.properties}}{[numeric]  location to return the number of child properties found}
 
9
\item{retval}{[\code{\link{GParamSpec}}] a newly allocated list of \code{\link{GParamSpec}}*.}
 
10
\item{\verb{n.properties}}{location to return the number of child properties found}
11
11
}
12
12
\author{Derived by RGtkGen from GTK+ documentation}
13
13
\keyword{internal}