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

« back to all changes in this revision

Viewing changes to man/gtkBinGetChild.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
1
\alias{gtkBinGetChild}
2
2
\name{gtkBinGetChild}
3
3
\title{gtkBinGetChild}
4
 
\description{Gets the child of the \verb{\link{GtkBin}}, or \code{NULL} if the bin contains
 
4
\description{Gets the child of the \code{\link{GtkBin}}, or \code{NULL} if the bin contains
5
5
no child widget. The returned widget does not have a reference
6
6
added, so you do not need to unref it.}
7
7
\usage{gtkBinGetChild(object)}
8
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkBin}}]  a \verb{\link{GtkBin}}}}
9
 
\value{[\verb{\link{GtkWidget}}]  pointer to child of the \verb{\link{GtkBin}}}
 
8
\arguments{\item{\verb{object}}{a \code{\link{GtkBin}}}}
 
9
\value{[\code{\link{GtkWidget}}]  pointer to child of the \code{\link{GtkBin}}. \emph{[  \acronym{transfer none}  ]}}
10
10
\author{Derived by RGtkGen from GTK+ documentation}
11
11
\keyword{internal}