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

« back to all changes in this revision

Viewing changes to man/gtkTestFindSibling.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
\alias{gtkTestFindSibling}
 
2
\name{gtkTestFindSibling}
 
3
\title{gtkTestFindSibling}
 
4
\description{This function will search siblings of \code{base.widget} and siblings of its
 
5
ancestors for all widgets matching \code{widget.type}.
 
6
Of the matching widgets, the one that is geometrically closest to
 
7
\code{base.widget} will be returned.
 
8
The general purpose of this function is to find the most likely "action"
 
9
widget, relative to another labeling widget. Such as finding a
 
10
button or text entry widget, given it's corresponding label widget.}
 
11
\usage{gtkTestFindSibling(base.widget, widget.type)}
 
12
\arguments{
 
13
\item{\verb{base.widget}}{Valid widget, part of a widget hierarchy}
 
14
\item{\verb{widget.type}}{Type of a aearched for sibling widget}
 
15
}
 
16
\details{Since 2.14}
 
17
\value{[\code{\link{GtkWidget}}]  a widget of type \code{widget.type} if any is found.}
 
18
\author{Derived by RGtkGen from GTK+ documentation}
 
19
\keyword{internal}